Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1485846

    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

    #1485875

    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

    #1485896

    fine, / thx. It works :-)

    Best regards Tilman

    #1485912

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘overlay for easy slider?’ is closed to new replies.