hey there, can i turn off the overlay effect (where it overlays, and shows a link arrow) on images linked in full width easy slider? see the link below for an example of what i mean.
thank you!
Hi charger70!
Please add the below css into your custom css section:
.avia_transform a .image-overlay {
display: none !important;
}
Regards,
Dake
thank you, Dake! worked perfectly.
i appreciate your help.