Okay
  Public Ticket #753909
color overlay video
Closed

Comments

  • Sarah started the conversation

    I have no idea how I did it, but somehow I've added a white color overlay to the nectar slider video on the homepage. I can see there is an edit section where you can intentionally add a color overlay on - but this is unticked (see screenshot attached). 

    It happened while was trying to make the background white on one of the rows further down, but while I have reversed those changes the color overlay on the video has remained.


  •  8,394
    Tahir replied

    Hey ,

    Please clear the Page Header Background Color . If it doesn work . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .video-color-overlay {
        background-color: rgba(255, 255, 255, 0)  !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Danny replied

    I'm the opposite: I WANT an overlay on my Nectar Slider background video. Please help!

  •  8,394
    Tahir replied

    @Danny , There is already an option in the Nectar Slide Edit page : http://prntscr.com/azwn27

    Best.


    ThemeNectar Support Team 

  • Danny replied

    Thanks Tahir. But I want to add a lighter or darker color overlay like you can do without using a slider. But if I don't use the slider, I lose the cool down arrow functionality, the parallax functionality, and a few other things. Can you give me a custom piece of CSS code that will give me a lighter video overlay like the one at palantir.com?


    THanks!

  •  8,394
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .video-color-overlay {
        background: #394B59 !important;
    }
    

    Best,


    ThemeNectar Support Team 

  • Danny replied

    I tried it, but the code did nothing. See attached screenshot and visit flyskyborne.com. Also, I'm using nectar slider. Please advise so I can make the site look like Palantir.com. Thanks!

  • Sarah replied

    Fixed now thank you!