[Noteworthy] Grayscale hover effect
-
Hello,
I got myself a theme, where featured images turn black and white when hovering over them with a cursor. I need to disable this function.
What I found on Google and tried, was removing from application.css the lines of code that I paste below. It did not work… Do you know if this can be fixed otherwise?
img:hover.featured
{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}Many thanks,
Agnes MThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Noteworthy] Grayscale hover effect’ is closed to new replies.