HI there – need to remove the overlay effect when you mouseover/click on the fullwidth slider. please see the link.
also: is there a way to do a “click here” button AND the entire-slide/hotspotted effect?
Hi charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-fullwidth-slider .image-overlay {
display: none!important;
}
Best regards,
Yigit
thank you, yigit! you rock!!!