Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1181003

    Hi there

    Is there a way we can have the blue part go behind the png background of the Layer Slider.

    See the design concept attached also

    #1181953

    Hey whdsolutions,

    Thank you for the inquiry

    Yes, it’s possible. Try this code in the Quick CSS field or the style.css file.

    .page-id-14 #av_section_1 {
        margin-top: -45px;
    }
    
    .page-id-14 #layer_slider_1 {
        background-color: transparent !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.