Hi,
I love Enfold!
How do I change de effect of overlay just for one image?
A was searching for a while and I didn’t find any reply that fits my needs, so sorry if this is a frequently asked question.
Hey!
What do you want to change? also can you post a link to your site?
Regards,
Josue
Hi,
I would like to change the image hovering effect of the mouse in just one image, because the image is an infographic and the effect is actually not allowing me to read it well. And if possible I would like to change the link effect, so is just a plain image with no interaction at all.
This is the page: http://pianoacoeur.com/infographique-les-benefices-de-jouer-du-piano/
Thank you very much.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.postid-34 #attachment_419 .image-overlay { display: none !important; }
Best regards,
Yigit
Hey Yigit, thanks for your reply. The link effect is desactivated, but the opacity hovering effect remains when i pass the mouse on top of the image. Any idea how I can disable it?
Best regards,
Marina
Hey!
Please try the code as following
.postid-34 .image-overlay { display: none !important; }
Cheers!
Yigit
Thank you Yigit,
both codes where working. It was just some plugin that didn”t allow the results to show, Jetpack I guess.
Now it’s working very well, thank you.