Okay
  Public Ticket #678131
Texture to Page Header Video Background
Closed

Comments

  • Keith started the conversation

    Hi!

    I'd like to add a video texture to a video header in a page. I can do this on Nectar Slides with a tick box (add texture overlay to background) but I don't see this option when adding a video page heade on an individual page.

    Is this possible, even if I need to use CSS?

    Thanks!
    Keith

  •  8,992
    Tahir replied


    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Keith replied

    The URL is below. At the moment, I\'m using a slider with a single slide to achieve this, but would rather just add the video in the page directly as a header video (I can explain why if you want, but don\'t want to complicate things).

    https://www.redirectanxiety.com/course/

    Thanks!

    Keith

  •  8,992
    Tahir replied

    Hey Again,

    I cant write up the custom css if you provide a url that does not have a video page header :) . Please create a test page and provide the link.

    Best.


    ThemeNectar Support Team 

  •  8,992
    Tahir replied

    Hey Again,

    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-image: url(http://themenectar.com/demo/salient/wp-content/themes/salient/img/textures/grid.png);
    
    
    }

    Best.



    ThemeNectar Support Team 

  • Keith replied

    Awesome! Thank you!