Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267985
    BKvalvik
    Participant

    Hi,

    I was wondering if there’s an easy way to hide the time and date on Comments? (Perhaps a neat snippet of code to put in the customiser?)

    Time and date in comments

    Have a great day!

    Thanks,
    Bjorn

    #1267995
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    ol.x-comments-list .x-comment-time {
        display: none;
    }

    Hope that helps.

    #1268008
    BKvalvik
    Participant

    Worked great!

    Thanks

    #1268015
    Lely
    Moderator

    You’re welcome!

    Cheers!

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