Dear team,
I only find the option of a semi-transparent overlay for the full width slider. IS there a similar option for the easy slider? this would be great but I did not fin it. thx a lot & best regards Tilman
Hey Tilman,
Thank you for the inquiry.
The overlay option is not available for the Easy Slider element by default, but you can recreate the same effect using this css code.
.avia-slideshow .avia-slide-wrap:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 10;
position: absolute;
left: 0;
top: 0;
}
Let us know if you need more info.
Best regards,
Ismael
fine, / thx. It works :-)
Best regards Tilman
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike