Hello,
I have the blurred black layer only in the back of my text but is it possible to cover all the slide with this black blurred layer, so all the picture is covered?
Hey!
Try adding this code to General Styling > 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;
}
Cheers!
Josue
Hello Josue,
Thanks, it worked:) But how can I remove the blurred backround of the easy slider caption title and text also?
Regards,
Hi!
Please add following code to Quick CSS as well
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: transparent;
}
Regards,
Yigit
Hello Yigit,
Thanks, awesome, it worked:)