Guest Posted May 4, 2020 Posted May 4, 2020 Site URL: https://duck-buffalo-k3d3.squarespace.com Hello! I am trying to change the two of the links on my navigation menu to red while keeping the others the same color. Here is the code I am using for the navigation menu: //Dropdown Folder Style .header-nav-folder-content { background: #d5d6da !important; color: #091e3e !important; font-size: 15pt; font-family: 'Courier'; letter-spacing: .5px; } //Dropdown Folder Label .header-nav-wrapper a { background-image: none !important; font-family: Arial; color: #091e3e !important; } Appreciate any help!
BamnDigital Posted May 4, 2020 Posted May 4, 2020 Replace the code you have for dropdown folder label with this. Should work. .header-nav-folder-item:nth-child(1) a { color: red !important; } .header-nav-folder-item:nth-child(2) a { color: red !important; } Change the number depending on the link you want to change. We have code for adding icons here: https://bamn.digital/blog/add-custom-icons-to-squarespace-navigation Contact us if you need help with your Squarespace website Squarespace tips and insights from our blog Bamn.Digital : Website Design, Development & Support
Guest Posted May 5, 2020 Posted May 5, 2020 59 minutes ago, BamnDigital said: Replace the code you have for dropdown folder label with this. Should work. .header-nav-folder-item:nth-child(1) a { color: red !important; } .header-nav-folder-item:nth-child(2) a { color: red !important; } Change the number depending on the link you want to change. We have code for adding icons here: https://bamn.digital/blog/add-custom-icons-to-squarespace-navigation Thank You!!
andruuuuu Posted October 10, 2020 Posted October 10, 2020 im trying to change "home" to be red, but the codes above are not making any changes and its the only code in my custom CSS...any idea why? im on 7.1 Thanks
tuanphan Posted October 12, 2020 Posted October 12, 2020 On 10/11/2020 at 1:13 AM, andruuuuu said: im trying to change "home" to be red, but the codes above are not making any changes and its the only code in my custom CSS...any idea why? im on 7.1 Thanks Can you share site url? We can check easier. 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!)
eleanor Posted June 17, 2021 Posted June 17, 2021 Hello! I need help with this too, the code isn't working on the site, the template is Ishimoto 7.1 Help!
tuanphan Posted June 18, 2021 Posted June 18, 2021 17 hours ago, eleanor said: Hello! I need help with this too, the code isn't working on the site, the template is Ishimoto 7.1 Help! Can you share your site url? We can check easier 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.