Jen-X Posted July 12, 2023 Share Posted July 12, 2023 I'm building a website for a book author. He has a blog, but I am also using a blog format to display his books. He wants metadata for the blog (date published and author), but not for his books. How can I hide metadata for one blog while keeping it displayed on another? Website: https://joerothstein.squarespace.com/ Password: Joe Thank you! I am a blogger who launched www.bikekitz.com in October 2018. Link to comment
tuanphan Posted July 13, 2023 Share Posted July 13, 2023 If you use Business Plan or higher, you can add this code to Book Blog Page <style> .blog-meta-section { display: none; } div.blog-item-author-date-wrapper { display: none !important; } </style> If you use Personal/Basic Plan, please share link to Book blog page, we can give new code AlisonJ 1 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
Jen-X Posted July 13, 2023 Author Share Posted July 13, 2023 Once again you save the day. Thank you! I am a blogger who launched www.bikekitz.com in October 2018. 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