Guest Posted February 3, 2022 Share Posted February 3, 2022 Site URL: https://kirklinchristianchurch1.squarespace.com/ Hey guys, On the site i'm building, I have folders with the site pages in them. I'm using the code here: //Add color to active folder .header-nav-item--active a { color: #f56600 !important; } It colors the active folder, but the color spills over into the rest of the folder, so all the pages in the folder are highlighted. Is there a way to just have the folder highlighted? And maybe underline the specific page i'm on?? Might be too tall an order 😅 Thanks in advance! Password: 1234 Link to comment
Beyondspace Posted February 7, 2022 Share Posted February 7, 2022 On 2/3/2022 at 11:29 AM, ben2345 said: Site URL: https://kirklinchristianchurch1.squarespace.com/ Hey guys, On the site i'm building, I have folders with the site pages in them. I'm using the code here: //Add color to active folder .header-nav-item--active a { color: #f56600 !important; } It colors the active folder, but the color spills over into the rest of the folder, so all the pages in the folder are highlighted. Is there a way to just have the folder highlighted? And maybe underline the specific page i'm on?? Might be too tall an order 😅 Thanks in advance! Password: 1234 You can try the following code in Home > Design > Custom Css to setting color for the active navigator body:not(.header--menu-open) .header-nav-wrapper .header-nav-item--active > a, body:not(.header--menu-open) .header-nav-wrapper .header-nav-folder-item--active > a { color: red; } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment