Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @phasar40,

    You can use the following custom CSS to remove the date/time from being displayed.

    .sp-latest-posts-widget.latest-posts .entry-meta {
        display: none;
    }

    Hope you find it helpful. Have a nice day.

    Thread Starter Frank

    (@phasar40)

    That didn’t work, and took down my website (error connecting to the database)

    • This reply was modified 2 years, 5 months ago by Frank.
    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @phasar40,

    The ‘Error Connecting to the database is a different you and related to your website hosting. This is not possible to down a website using the above CSS. We would suggest you to check the database connection from the wp-config.php file.

    To remove the date/time, we would request you to share the page link where you have used the widget. We will provide the necessary code once again.

    Looking forward to your reply.

    Thread Starter Frank

    (@phasar40)

    rfu.in.ua

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @phasar40,

    Thanks for sharing the page link. The provided custom CSS should work. Could you please apply it again by following the direction below?

    Kindly add the custom CSS in your Dashboard> Appearance> Customize> Additional CSS and publish. After that check your page by clearing your website cache.

    .sp-latest-posts-widget.latest-posts .entry-meta {
     display: none;
    }

    Hope it will work now.

    Thread Starter Frank

    (@phasar40)

    That fixed it.

    Thank you!

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @phasar40,

    We’re very glad to hear that it’s working now. Thanks for appreciating us. If you are happy with the plugin and support, please share your experience in the plugin’s review section.

    Have a nice day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Date / Time Stamp’ is closed to new replies.