Tagged: x Author Posts August 26, 2016 at 12:52 pm #1148581 goalsarecoolParticipant Can you please tell me the CSS to remove tags at the bottom of posts only? August 26, 2016 at 1:14 pm #1148612 RahulModerator Hey There, Thanks for writing in! The code will only affect on single post : Please add the following CSS code under Customize -> Custom -> CSS : .single-post footer.entry-footer.cf { display: none; } Hope it helps. August 26, 2016 at 1:16 pm #1148613 goalsarecoolParticipant I want to keep them on single posts but remove them from here https://www.goalsarecool.com/posts/ August 26, 2016 at 2:46 pm #1148707 JoaoModerator Hi There, Please add the following code instead: .blog footer.entry-footer.cf { display: none; } Hope that helps Joao August 26, 2016 at 3:01 pm #1148718 goalsarecoolParticipant That worked… thanks! August 26, 2016 at 8:38 pm #1149086 FriechModerator We’re delighted to assist you with this. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1148581 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In