Good morning. I have a category blog menu item: the pictures in the list have a greyscale effect until hover on it. How to disable it? Thanks
Hi
Try adding
.blog .item-image img {filter: none;}
to the custom css or custom less file
Cheers Paul
Thanks for replying; well, this way it's the opposite, it gets grey when hover on it...
lawyerlinguist Hi,
You could try this one instead:
.blog .items-leading .leading:hover .item-image im, .blog .items-row .item:hover .item-image img { filter: none; } .blog .item-image img { -webkit-filter: none; filter: none; }
Thank you all guys; I tried to change as lil as possible, I solved like this:
.blog .item-image img {filter: none;} .items-row .item:hover .item-image img { filter: none; }
ah thanks for the update
Best of luck with the site
I'll mark this resolved 🙂