Hello!
Every image has hover effect. How can I disable it?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Regards,
Yigit
Hello Yigit!
Thank you! And how disable image urls?
Hey!
Can you post the link to your website and point out the images you would like to disable?
Regards,
Yigit
I use sabaidiscuss plugin. I do not want users to open images in new window.
http://dir.zelenopol.net/companies/listing/ooo-npo-zelenopol
Hey!
Please add following code to Quick CSS
.sabai-directory-photos a {
pointer-events: none;
}
Regards,
Yigit
Thank you!