SydneyJB Aug 16, 2017 · 8:37 pm #7578 Would anyone have the css that I can put in the Additional CSS section to change the navigational menu items upon hovering in Polestar. I already have set a color for when a nav item is active, but nothing for hover and I can’t seem to make it change with the code I’m using.
Thanks in advance,
Sydney
Andrew Misplon Puro Aug 16, 2017 · 8:43 pm #7579 Hi Sydney
Thanks for posting.
.main-navigation li:hover > a {
color: #626262;
}
Change the color value as required. Let me know how that goes 🙂
(For anyone interested, this is a setting in Polestar Premium).
Andrew Misplon Puro Aug 17, 2017 · 6:53 am #7580 Thanks! I did actually figure it out after I posted.
Best,
Sydney
No problem, glad to hear you made progress 🙂