Hello,
I want to add slider without overlay, is it possible?
Hey pimroll,
Did you click into each slide to check if the Advanced->Overlay->Enable Overlay? option is not checked?
Best regards,
Rikard
Can you please check, I dont know why the overlay is there.
Hi,
Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Yes sure.
Hi,
Thanks for that. You have this in Quick CSS:
ul.avia-slideshow-inner li:after {
content: "";
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
z-index: 1;
}
Please try removing it.
Best regards,
Rikard
I found the solution