add_filter( 'wpex_header_style', function( $style ) {
if ( wpex_has_overlay_header() ) {
$style = 'three';
}
return $style;
} );
add_filter( 'wpex_header_style', function( $style ) {
if ( wpex_has_overlay_header() ) {
$style = 'three';
}
return $style;
} );