Hi there,
I need to remove the overlay over linked images, but only on the full width slider – I want to keep the overlay for the other images.
Also, how can I anchor link an image in the full width slider to a page section? I have tried the old fashioned way and it doesn’t seem to work
Thanks in advance
Hi Lilianaviu!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
Unfortunately the site is not live yet. Is there any other way to look into this?
Thanks,
Lili
Hey!
Please enable custom CSS field for ALB elements- http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .image-overlay { display: none !important; }
Regards,
Yigit