sophie.elizabeth Posted August 9, 2021 Share 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 Link to comment
tuanphan Posted August 12, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sophie.elizabeth Posted August 13, 2021 Author Share Posted August 13, 2021 Thank you! Please could you help me assign a colour to the social icons navigation? Link to comment
tuanphan Posted August 14, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sophie.elizabeth Posted August 16, 2021 Author Share Posted August 16, 2021 Perfect 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