jjaina Posted February 9, 2022 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; }
jjaina Posted February 9, 2022 Author 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.
tuanphan Posted February 13, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment