Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1298327
    astaugal
    Participant

    Hi all –

    I need to remove the date from the postings in my X theme. I have successfully added the following code to the CSS in the Customizer.

    .p-meta span:nth-child(2) {
    display:none;
    }

    However, this code only removes the dates from the individual posts, not from the “recent posts” snapshot that appears on my home screen. Is there additional code that can be added to the CSS file to remove these dates as well?

    Thank you.

    #1298354
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please add following code to remove date from recent posts:

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

    Thanks.

    #1298400
    astaugal
    Participant

    Thank you!

    #1298421
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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