change highlighting color
-
Hi there, I want to change the color (green) that is used to highlight elements when hovering over them and also the color of the search icon (also green).
I tried diferent things, but the CSS gets overwritten from somewhere all the timeThanks for your help
The blog I need help with is: (visible only to logged in users)
-
Hey,
Can you try this CSS and tell me if this is what you were looking for or if there’s any element that’s still green on hover, please?
.site-info a:hover, .entry-title a:hover, .entry-meta a:hover {
color: red;
}Thanks,
Radu -
- The topic ‘change highlighting color’ is closed to new replies.