jjaina Posted February 9, 2022 Share Posted February 9, 2022 Site URL: https://www.mollymenschel.com Hi! I can't figure out how to remove the category and tag meta-data from my blog posts (both individual blog posts and on the main blog page.) I am using Avenue template on 7.0 site is https://www.mollymenschel.com These are all the CSS codes I have already tried: .Blog-meta.BlogList-item-meta { display: none; } .blog-item-wrapper .blog-meta-item--tags { display: none; } .blog-meta-item.blog-meta-item--tags { display: none; } .entry-tags { display: none; } .meta-below-title { display: none !important; } .blog-meta-item--tags { display: none !important; } Link to comment
jjaina Posted February 9, 2022 Author Share Posted February 9, 2022 UPDATE: I did find something that gets me part-way there: .meta-row { display: none; } However, this removes the like icon, like count and share buttons as well. I'd only like to remove the tags and categories. Link to comment
tuanphan Posted February 13, 2022 Share Posted February 13, 2022 Use this CSS div.meta .first { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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