I saw this has been asked before, but couldn't figure it out. I want the white menu links (header) to appear yellow when hovering.
Read that I could add the following code in dark.css
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a { color: #1ABC9C !important; }But it doesn't seem to work. On which place in the code should I add this?
And how do I get rid of the thin white border around the menu links when hovering?
