Tagged: x Author Posts January 24, 2017 at 12:28 pm #1343492 dyldaubParticipant How do I hide the category from all my posts on Theme X – Ethos My page is http://www.allthingsoutfit.com Thanks January 24, 2017 at 2:32 pm #1343633 RahulModerator Hi There, For example if you want to remove one particular category in the filters. You can add this under Custom > CSS in the Customizer. .blog .x-index-filters a[data-category-id="54"] { display:none; } Where 54 is the category id you want removed in the filter. Here is how to locate category id. How to Locate Category IDs Hope that helps. January 24, 2017 at 3:32 pm #1343741 dyldaubParticipant I mean like as if I was hiding the date author and category. January 24, 2017 at 3:59 pm #1343773 dyldaubParticipant I mean like as if I was hiding the date author and category January 24, 2017 at 9:25 pm #1344165 Prasant RaiModerator Hello There, Thanks for writing in! You can add this under Custom > CSS in the Customizer: p.p-meta { display: none !important; } Thanks. Author Posts <script> jQuery(function($){ $("#no-reply-1343492 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In