Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Remove circle hover effect from images’ is closed to new replies.
Tagged: widgets
Hi,
I have images in widgets that change to second image when hovered over and which are clickable links that will go to landing pages.
But when I hover over the image, I see it fade in transparency and the circle with the arrow in the middle appears.
How do I remove this please so it behaves as a ‘regular’ image?
Thanks in advance,
Matt
Hey SMDNAS!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.textwidget a .image-overlay {
visibility: hidden!important;
}
Cheers!
Yigit
Thanks Yigit!
Matt