Okay
  Public Ticket #2431580
Video Background Overlay
Closed

Comments

  • bensen3k started the conversation

    http://philippmeierdesign.com/?portfolio=through-the-glass

    Hello,

    I have taken a video background and I can't get the overlay off.

    Is there a way to remove the overlay?
    I find it quite disruptive.


  •  8,884
    Tahir replied

    Hey bensen3k , 

    Thanks for using Salient.

    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):

    div#page-header-bg .video-color-overlay {
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team