Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1360551
    mizschmitty
    Participant

    Hello,
    I read other threads and I added the css below in customizer, but it’s not working to remove the date from recent posts.

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

    I thought maybe it was because I was using a cornerstone element rather than a short code, so I tried the short code instead and still no dice. http://www.koworksllc.com is the site.

    #1360700
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

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

    Thanks.

    #1375496
    mizschmitty
    Participant

    Hello,
    That css did not work.

    #1375511
    mizschmitty
    Participant

    Nevermind! I was missing a close bracket above this code that was causing it not to work.

    #1375609
    Jade
    Moderator

    Glad to hear it’s sorted.

    Cheers!

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