Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #692401

    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?

    #693479

    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

    #693598

    Hello Josue,

    Thanks, it worked:) But how can I remove the blurred backround of the easy slider caption title and text also?

    Regards,

    #693890

    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

    #694187

    Hello Yigit,

    Thanks, awesome, it worked:)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Is it possible to have black blurred layer on the easy full-width layer slider’ is closed to new replies.