hello – the client would like to remove/disable the overlay feature (white + “arrow” icon) on linked images in Fullwidth Easy Slider. If you could provide some custom CSS for this, that would be awesome! Thank you!
Hey charger70,
Add this to quick css:
.image-overlay { display: none !important; }
Best regards,
Jordan Shannon
thank you, Jordan – that worked perfectly!