creelle Posted August 25, 2020 Share Posted August 25, 2020 Site URL: https://rrcsc.squarespace.com/ How do I go about changing the primary nav background color to hsl(24, 65%, 52%)? I would the secondary nav (with the logo and button) background to stay white, and the main page background to stay grey, but want the primary nav (items Missions, partners, impact etc) to be the orange color state above. Is this possible? Link to comment
tuanphan Posted August 26, 2020 Share Posted August 26, 2020 Your site is private. Can you setup password & share url? 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
creelle Posted August 26, 2020 Author Share Posted August 26, 2020 whoops, apologies - password is rrc123 https://rrcsc.squarespace.com/ Link to comment
IXStudio Posted August 26, 2020 Share Posted August 26, 2020 Hi Use this code in Design -> Custom CSS [data-nc-base="header"] [data-nc-element="primary-nav"] .Header-nav-item { color: hsl(24, 65%, 52%) !important; } Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
creelle Posted August 26, 2020 Author Share Posted August 26, 2020 Thanks! That code changes the text color - I'd like to change the full background strip of that primary nav area. I added 'background-color' to that code, but it only puts color behind the text itself (see screenshot attached). Is there a way to get the full strip the orange color? Link to comment
IXStudio Posted August 26, 2020 Share Posted August 26, 2020 Change your code to this .Header.Header--bottom { background-color: #d47535 !important; } Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.