sophie.elizabeth Posted August 9, 2021 Posted August 9, 2021 Site URL: https://prism-seal-294l.squarespace.com/ I have added some custom CSS to ensure that the menu dropdowns have a highlight colour: /* Nav item hover color */ .header-nav-item a:hover { color: #F1797B !important; transition-duration: 0.4s; } /* Nav item active color */ .header-nav-item--active a { color: #F1797B !important; However when you are on a page from the dropdown the whole menu dropdown is selected, can I change it so only the page you are on is active? Site P: Aine123 Thank you
tuanphan Posted August 12, 2021 Posted August 12, 2021 On 8/9/2021 at 6:40 PM, sophie.elizabeth said: Site URL: https://prism-seal-294l.squarespace.com/ I have added some custom CSS to ensure that the menu dropdowns have a highlight colour: /* Nav item hover color */ .header-nav-item a:hover { color: #F1797B !important; transition-duration: 0.4s; } /* Nav item active color */ .header-nav-item--active a { color: #F1797B !important; However when you are on a page from the dropdown the whole menu dropdown is selected, can I change it so only the page you are on is active? Site P: Aine123 Thank you Change this code .header-nav-item--active a { color: #f1797b !important; } to this .header-nav-item--active>a { color: #f1797b !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!)
sophie.elizabeth Posted August 13, 2021 Author Posted August 13, 2021 Thank you! Please could you help me assign a colour to the social icons navigation?
tuanphan Posted August 14, 2021 Posted August 14, 2021 On 8/13/2021 at 10:45 PM, sophie.elizabeth said: Thank you! Please could you help me assign a colour to the social icons navigation? Try this CSS header#header:not(.shrink) svg { fill: black; } 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.