Tagged: x Author Posts November 23, 2016 at 3:34 am #1267985 BKvalvikParticipant 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?) Have a great day! Thanks, Bjorn November 23, 2016 at 3:45 am #1267995 ChristopherModerator Hi there, Please add following code in Customize -> Custom -> Global CSS : ol.x-comments-list .x-comment-time { display: none; } Hope that helps. November 23, 2016 at 3:58 am #1268008 BKvalvikParticipant Worked great! Thanks November 23, 2016 at 4:00 am #1268015 LelyModerator You’re welcome! Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1267985 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In