Hello,
How can I disable this image overlay hover for clickable images in the sidebar:
http://screencast.com/t/BPWBINeqrU8
Thanks!!
Hi DianeBenscoter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar a.avia_image {
pointer-events: none;
}
Cheers!
Yigit
Hey Yigit!
I added the code, but the image hover is still there: http://screencast.com/t/4sh4Om6S
I even tried !important, but it didn’t work.
Any other ideas?
Thanks :)
Hi Yigit,
Sorry… the site is in maint. mode. I turned it off now.
Here is the the link: http://ownyourbrain.org/
Thanks!!
Hey!
Please add following code to Quick CSS instead
.sidebar .image-overlay {
display: none!important;
}
Cheers!
Yigit
Ah, that worked perfectly Yigit. Thank you!!