Home › Forums › WoodMart support forum › Header colors › Reply To: Header colors
November 25, 2017 at 10:58 am
#25388
emikim
Participant
can you tell me what else did you modify plus adding this code ?
add_filter( ‘woodmart_get_specific_options’, function( $rules ) {
$rules[‘header_color_scheme’] = array(
‘will-be’ => ‘light’,
‘if’ => ‘header-overlap’,
‘in_array’ => array(true)
);
return $rules;
} );
thnks