Remove posted date from Recent Posts and Related Posts

Home Support Blog Way Remove posted date from Recent Posts and Related Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6918
    Anonymous
    Inactive

    The post date shows up on both Recent Posts and Related Posts– Is there a way to remove the posted date on both sections?

    #6919
    ProDesigns
    Keymaster

    Hi @lex7934,

    To hide posted date on related posts and recent posts, you can go to Appearance >> Customize >> Additional CSS and add the following CSS codes:

    .single .related-posts .news-text-wrap .posted-date,
    .widget_extended_recent_posts .advanced-posts-side .news-text-wrap .posted-date{
        display: none;
    }

    Hope it will work.

    Thank you.

    #6920
    Anonymous
    Inactive

    Thank you! This worked!

    #6921
    ProDesigns
    Keymaster

    Great!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.