Tagged: x Author Posts January 20, 2017 at 12:35 pm #1338678 riasageParticipant I want to hide the Author’s name and date everywhere in the site. How can I do that? January 20, 2017 at 2:03 pm #1338807 RahulModerator Hi there, Please add the following CSS workaround into your Customizer, Custom > CSS section using the menu Appearance -> Customize. .p-meta > span:nth-child(1) { display: none; } Hope that helps. January 20, 2017 at 2:28 pm #1338851 riasageParticipant Thank you January 20, 2017 at 2:36 pm #1338867 JoaoModerator You are welcome 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1338678 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In