Okay
  Public Ticket #1738520
Slider overlay
Closed

Comments

  •  4
    Rado started the conversation

    I have this CSS for slider overlay. But what if I want to assign the overlay to some slides and not to others. The reason I am asking this question is because the built in row settings color overlay on pages does not work on the slider within the container. this is why i had to add it to the CSS.


    .active_texture {    background-color: rgba(0,0,0,0.2) !important;
    }


  •  4
    Rado replied

    And the code does not work when I add video to slider

  •  8,998
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .video-texture {
        background: rgba(0, 0, 0, 0.29) !important;
    }

    Thanks


    ThemeNectar Support Team