Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1244234
    mangelreynolds
    Participant

    Hey there, I am trying to remove the date for the posts in “related” underneath each blog post (this is different than featured blog). I have tried adding this to the CSS but have not been able to remove the date. Thanks so much!

    I was able to use this

    .x-recent-posts-date {
    display: none !important;
    }

    for recent posts and it worked, but have not been able to do it in in the Related section underneath individual ones! Thanks so much!

    .jp-relatedposts-items {
    display: none !important;
    }

    .p-meta { display: none; }

    .jp-relatedposts-post-date {
    display: none; !important;

    }

    #1244272
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1245122
    mangelreynolds
    Participant

    Thanks Darshana,

    The URL is http://sweetlifelabs.com/linkedinmistakes/ However, the problem with the dates comes up in any particular invidual blog post page. Since at the bottom of the post, it always gives an option of “related posts”. This is where I would like the date removed (from all of the individual blog posts in the related section at the very bottom of the post).

    Thanks so much!!

    #1245165
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    span.jp-relatedposts-post-date {
        display: none !important;
    }

    Hope it helps 🙂

    #1247755
    mangelreynolds
    Participant

    Thanks so much Thai! Unfortunately, that didn’t help either! 😐 Super odd huh?!

    #1248119
    Nabeel A
    Moderator

    Hi again,

    Add this CSS in your Child Theme’s style.css file instead:

    span.jp-relatedposts-post-date {
        display: none !important;
    }

    Let us know how this goes!

    #1249498
    mangelreynolds
    Participant

    This worked!! Thanks so much!! 🙂

    #1249604
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1244234 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>