Hi, I have a sidebar ad which is an image that links to a page. When a user puts their cursor over it, a green circle with an arrow shows. How do I disable it?
Hi phillipikoo!
We would love to assists you, but we would need to check your web site, so we can see what you need to implement.
Thanks a lot for your understanding
Cheers!
Basilis
Hey Basilis. Here is the webpage for my client:
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#image-2 {
.image-overlay {
visibility: hidden;
}
}
Thanks,
Rikard
I just tried it and I’m still seeing it.
Hi!
please try the below code to disable image overlay from all images.
.image-overlay {
visibility: hidden;
}
To disable only on the sidebar image try the below code
.jetpack-image-container .image-overlay {
visibility: hidden;
}
Regards,
Vinay