Hi
In your latest Update you added a grayscale Hovereffect to the Masonry Images, great!
Is it possible to add it also to a normal picture? Thanks for your help!
Sandro
Hey 360gradmedia,
You mean featured images? This should be possible via css. Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi!
I mean just simple images like that: https://kriesi.at/themes/enfold-2017/elements/image/
look at the single team-members in private content
cheers
sandro
Hi 360gradmedia,
Best regards,
Victoria
?? :)
check my private content
Best regards
Sandro
some news?
Hi,
Add this to quick css:
img.avia_image:hover{
-webkit-filter: grayscale(100%)!important; /* Ch 23+, Saf 6.0+, BB 10.0+ */
filter: grayscale(100%)!important; /* FF 35+ */
}
Best regards,
Jordan Shannon
Hi,
you can change the code like that
.specimg img.avia_image:hover{
-webkit-filter: grayscale(100%)!important; /* Ch 23+, Saf 6.0+, BB 10.0+ */
filter: grayscale(100%)!important; /* FF 35+ */
}
and then to the images you are refering, add a class specimg
That will help you out.
Best regards,
Basilis