[Support request] Transparency To Page Header Background Video Overlay

Home Forums Support [Support request] Transparency To Page Header Background Video Overlay

Home Forums Support Transparency To Page Header Background Video Overlay

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227074
    Rylan Urban

    Hey Tom,

    What is the default transparency to the overlay option on the video tab in page header addon?

    And how can i adjust the transparency using CSS?

    #227139
    Tom
    Lead Developer
    Lead Developer

    By default it’s set to 0.7.

    You can alter it with a function:

    add_filter( 'generate_page_header_video_overlay','generate_change_video_overlay' );
    function generate_change_video_overlay()
    {
        return '0.7';
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.