tuanphan Posted August 12 Share Posted August 12 If you can't make it work, you can send link to your site, I will check it again. #1. To hide blog categories on the Blog Page (List), you can edit Blog Page > Look at Primary Meta Content or Secondary Meta Content. If Category is enabled, choose None #2. To hide blog categories on Blog Posts, you can open any posts > Edit Section At Show Categories, disable it. #3. To hide blog categories on specific blog pages, first, you need to find Blog Page ID. In my example, we will have: #collection-6685efb1ed899637c144bbcc Next, use code to Custom CSS box. #collection-6685efb1ed899637c144bbcc { .blog-categories-list { display: none !important; } span.blog-meta-delimiter { display: none !important; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment