• Resolved arzoo

    (@arzoo)


    Is it possible to remove the date from the top right corner of the post and also from the grid excerpts in the home page?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there arzoo,

    Hope you’re well today!

    This should be possible with adding some custom CSS. Please try adding the following code to Appearance >> Theme Options >> Advanced Settings >> Custom CSS:

    .postdate {
    display: none;
    }

    This should remove the date from both home page excerpts and single post pages.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter arzoo

    (@arzoo)

    Super cool! That did the job. Thanks Bojan.

    One last question. I’m using the Virtue: Recent Posts widget on the sidebar for single posts and I just noticed that it also shows the date (by default), but doesn’t have a ‘turn off date’ option.

    How can I remove the date from the Virtue Recent Posts?

    Thanks again.

    You can add this:

    .kadence_recent_posts .recentpost_date {
    display: none;
    }

    Kadence Themes

    Thread Starter arzoo

    (@arzoo)

    Thanks! That did the trick.

    mark,very useful.

    Mario buenosairestrade

    (@mario-buenosairestrade)

    Thanks! a lot International works!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Date from Posts’ is closed to new replies.