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 September 16, 2016 at 1:36 pm #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? September 16, 2016 at 11:22 pm #227139 TomLead 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'; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In