Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262768
    jasonribeiro
    Participant

    Is there a way to hide the date of the posts when using the ‘Recent Posts’ shortcode? Look forward to any guidance here. Thanks!

    #1262804
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can hide the date using custom CSS for this, Can you provide us the link of your website so we can suggest you the CSS to hide the date?

    #1276125
    jasonribeiro
    Participant
    This reply has been marked as private.
    #1276130
    Lely
    Moderator

    Hi There,

    Thank you for the credentials.
    You may add custom-recent-post on the recent post element and then add the following CSS:

    .custom-recent-post .x-recent-posts-date {
         display: none;
    }

    Hope this helps.

    #1276602
    jasonribeiro
    Participant

    Worked perfectly. Thanks!

    #1276614
    Jade
    Moderator

    You’re most welcome.

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