merakiconceptstudio Posted October 5, 2020 Share Posted October 5, 2020 Site URL: https://www.marycarslawarchitects.squarespace.com Hi everyone! Struggling a bit with some header and footer changes. How do change the header colour on hover, NOT invert (as I have at the mo)? The same code doesn't seem to be responding to a colour change. How do I change the header colour on Projects page and the individual project pages? Thanks so much! Password: hello Link to comment
tuanphan Posted October 5, 2020 Share Posted October 5, 2020 Q1. I see you solved? Q2. Add to Project Page Settings > Advanced > Header <style> .header-announcement-bar-wrapper { background: red !important; } </style> 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
merakiconceptstudio Posted October 5, 2020 Author Share Posted October 5, 2020 2 hours ago, tuanphan said: Q1. I see you solved? Q2. Add to Project Page Settings > Advanced > Header <style> .header-announcement-bar-wrapper { background: red !important; } </style> I've managed to change the colour, but now can't get the site title or "Menu" to change on hover. Help! Link to comment
tuanphan Posted October 6, 2020 Share Posted October 6, 2020 Can you check site url? It seems ssl issue. 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
SpaceBlock Posted January 26, 2021 Share Posted January 26, 2021 Quote Q1. I see you solved? Q2. Add to Project Page Settings > Advanced > Header <style> .header-announcement-bar-wrapper { background: red !important; } </style> Hi @tuanphan I just tried this and it worked but when I'm in full bleed there's still some of the normal header colour on the sides. Is there any way to target the whole footer including when it's full screen on a wide screen monitor? Thank you! Also just in general thanks for all your comments on the squarespace forum, I've used most of your CSS code blocks and they've been a lifesaver! I can always count on your replies to work! Link to comment
SpaceBlock Posted January 26, 2021 Share Posted January 26, 2021 Quote Hi @tuanphan I just tried this and it worked but when I'm in full bleed there's still some of the normal header colour on the sides. Is there any way to target the whole footer including when it's full screen on a wide screen monitor? Thank you! Also just in general thanks for all your comments on the squarespace forum, I've used most of your CSS code blocks and they've been a lifesaver! I can always count on your replies to work! I figured out how to fix the sides of the footer so that the new colour targets the whole footer and not just the content-wrapper: <style> footer#footer-sections .section-background { background: red !important; } </style> Link to comment
vcm Posted August 20, 2021 Share Posted August 20, 2021 On 10/5/2020 at 11:16 AM, tuanphan said: Q1. I see you solved? Q2. Add to Project Page Settings > Advanced > Header <style> .header-announcement-bar-wrapper { background: red !important; } </style> Hi @tuanphan How do I do the same for the header font color for that same specific page ? I tried this on page advanced but it didn't worked: nav.header-menu-nav-list * { color: white !important; } Link to comment
vcm Posted August 21, 2021 Share Posted August 21, 2021 22 hours ago, vcm said: Hi @tuanphan How do I do the same for the header font color for that same specific page ? I tried this on page advanced but it didn't worked: nav.header-menu-nav-list * { color: white !important; } solved it. . insert css in the specific page: header-nav-item a, .header-menu-nav-item a { color: white !important; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.