cait Posted September 12, 2019 Share Posted September 12, 2019 My site uses multiple blogs. For most of them I don't want the individual blog pages to display metadata (eg author/date) at the top, so I have turned this off in the site styles. However for the news blog, I would like to turn this function on. I would like to add some code into the css to edit just that blog so that it shows date as primary metadata and author name as secondary metadata. The collection id is #collection-5d5151bd2cf86f00010be681 but I don't know what the code should be - can anyone help? Thanks. Link to comment
tuanphan Posted September 12, 2019 Share Posted September 12, 2019 @cmilne you should share url to community check code. 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
cait Posted September 12, 2019 Author Share Posted September 12, 2019 Thanks @tuanphan unfortunately the site isn't live yet so I can't share. It's using Brine on Squarespace 7.0 if that helps at all. I'll try and add a screenshot. Link to comment
tuanphan Posted September 12, 2019 Share Posted September 12, 2019 You can setup password & share url. I haven't used 7.0, so i cannot help without site url. Hope someone else will help you. 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
cait Posted September 12, 2019 Author Share Posted September 12, 2019 https://cow-wombat-4fbc.squarespace.com/ Password: DataOrchard Thanks @tuanphan - try this. Link to comment
tuanphan Posted September 12, 2019 Share Posted September 12, 2019 @cmilne which page to hide metadata? 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
cait Posted September 12, 2019 Author Share Posted September 12, 2019 @tuanphan So for example, to hide the date and name appearing at the top of this blog entry (and all others in this blog collection) https://cow-wombat-4fbc.squarespace.com/our-work/the-cart-shed But to keep it in for everything in the news blog https://cow-wombat-4fbc.squarespace.com/newsThanks so much for looking into this for me. Link to comment
tuanphan Posted September 12, 2019 Share Posted September 12, 2019 @cmilne Add to Home > Design > Custom CSS .category-case-study .Blog-meta.BlogItem-meta { 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!) Link to comment
cait Posted September 12, 2019 Author Share Posted September 12, 2019 Amazing, that works, thank you. Is there any way of applying it to the whole blog rather than just the category? It doesn't matter if not, this is a great fix. Thanks so much for your time. Link to comment
tuanphan Posted September 12, 2019 Share Posted September 12, 2019 @cmilne It will hide for all posts on the web, so you can only target by category, if you want to apply to multiple categories, use .category-case-study .Blog-meta.BlogItem-meta, .category-02 .Blog-meta.BlogItem-meta, .category-03 .Blog-meta.BlogItem-meta, .category-04 .Blog-meta.BlogItem-meta { 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!) Link to comment
cait Posted September 12, 2019 Author Share Posted September 12, 2019 Thanks again @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.