nicolejacksonmiller 0 Posted October 16 I needed to change the color of the navigation bar on two separate pages -- the presets for our site are white which blend in with the background of these pages. The code I am using in the code injection is: <style> #headerNav nav a { color: #2A2D3C; }</style> The problem is that it's only changing the color of the links on the left side of the logo -- there are two navigation links on the right but those are not adjusting. Is there more code that I need to add? Help! 🙂 Share this post Link to post
tuanphan 6,118 Posted October 18 @nicolejacksonmiller you should share site url to community check. Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
christyprice 290 Posted October 20 This depends on the template you are using. Could you please share that or post a link so we can see the site? christyprice.com 🇺🇸 Austin, TX US Custom CSS Every Squarespace Website Needs Squarespace Email Campaigns, Step by Step Squarespace Image Optimization Share this post Link to post
nicolejacksonmiller 0 Posted October 21 @christyprice - We're using the PACIFIC theme. I set the site up as password protected, but I'm not sure it's working. The site is NicoleJacksonMiller.com and the password is: Lookatme! The page we're having trouble with is the "Contact" page and another that is hidden from the navigation. I'd assume if we can solve the contact page issue I can just apply it to other pages as well. Share this post Link to post
tuanphan 6,118 Posted October 21 @nicolejacksonmiller body#collection...b2 is contact page ID. Each page will have different ID. See how to find page id body#collection-5da0afa6f2092e19057692b2 nav#mainNavigation a { color: red; } Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post