Archived topic
Transparency To Page Header Background Video Overlay
1 reply · Started by Rylan Urban on September 16, 2016
Viewing posts 1–2 of 2
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?
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';
}
This archived topic is closed to new replies.