Okay
  Public Ticket #875437
Add slight color overlay to Nectar slider video
Closed

Comments

  •  1
    Brian started the conversation

    Hi guys, I have a video that I'm using as a background and have put a title, caption and buttons in front.  I see that I can add a 'texture' to the video and it kind of darkens it a bit but I'd like to add a simple color overlay to the video so the title and caption info will stand out more.

    Is there a way to put something like a 10-15% opacity of black over the video, between the video and the copy/buttons so it will match the rest of the site's overlays?

  •  1
    Brian replied

    Also, to view the site...

    un: demo
    pw: b4f957

  •  8,995
    Tahir replied

    Hey Brian,

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

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

    Thanks



    ThemeNectar Support Team 

  •  1
    Brian replied

    Perfect.  Exactly what I needed.

    Thank you.