Tagged: easy slider, hover effect
Is there any quick CSS code that will turn off or change the the overlay transparency of the white overlay when the mouse hovers over an Easy Slider?
Also, how do you turn off the the overlay arrow on this as well?
Thanks
John
Hey John!
Please go to Enfold theme options > Advanced Styling, edit “Linked Image Overlay ” and disable it
Regards,
Yigit
Thanks Yigit. Clever!
Is there a way to set the transparency of the overlay to zero so just the icon shows up?
Hi!
Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay {
background: transparent;
}
Cheers!
Yigit
Hi Digit,
Thanks for your response but this doesn’t seem to have any effect within the Easy Sliders. Is there any other quick CSS solutions I can try?
Thanks
Hi,
I changed the code to following one in Quick CSS
.image-overlay {
background: transparent !important;
}
Please review your website now
Best regards,
Yigit
Perfect. Thanks!