WPBAaron Posted November 1, 2023 Share Posted November 1, 2023 For this page only (https://www.waterfrontpartnership.org/winter) I want to change the navigation bar to #fab03a for only this page. Can't find a custom css code that works for me... Link to comment
melody495 Posted November 2, 2023 Share Posted November 2, 2023 Hi, try adding this to your code injection for that page <style> .header-nav-item a { color: #fab03a !important; } </style> or in your custom css #collection-6397566f4b671219b0cd7772 .header-nav-item a { color: #fab03a !important; } -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
WPBAaron Posted November 2, 2023 Author Share Posted November 2, 2023 13 hours ago, melody495 said: Hi, try adding this to your code injection for that page <style> .header-nav-item a { color: #fab03a !important; } </style> or in your custom css #collection-6397566f4b671219b0cd7772 .header-nav-item a { color: #fab03a !important; } @melody495 Oh that changes the text, i meant to have the blue background changed to #fab03a Link to comment
tuanphan Posted November 4, 2023 Share Posted November 4, 2023 You can add this code to Website > Website Tools (under Not Linked) > Custom CSS body#collection-6397566f4b671219b0cd7772 header#header { background-color: #fab03a !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment