mhs Posted August 6, 2021 Posted August 6, 2021 Site URL: https://www.northshore.studio/events/building-a-product-culture-mindtheproduct I've figured out how to invert the logo colour for individual blog posts, but can't find a way to invert the logo colour for individual event pages. Squarespace doesn't give me an option under advanced settings to add custom code for event posts, just for the whole event section. Is there another way to fix that? Thank you!
tuanphan Posted August 8, 2021 Posted August 8, 2021 On 8/6/2021 at 11:10 PM, mhs said: Site URL: https://www.northshore.studio/events/building-a-product-culture-mindtheproduct I've figured out how to invert the logo colour for individual blog posts, but can't find a way to invert the logo colour for individual event pages. Squarespace doesn't give me an option under advanced settings to add custom code for event posts, just for the whole event section. Is there another way to fix that? Thank you! Hi, Add this to Events Page Header <style> body.view-item .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } </style> Explain: .header-title-logo img is logo class name body.view-item is individual events class name body.view-list is event list page class name 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!)
mhs Posted August 9, 2021 Author Posted August 9, 2021 That works great. Thank you for your help tuanphan!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.