'button-outline', 'header_btn_bg_color' => '#EB5A3E', 'header_btn_border_color' => '#1a1a1a', 'header_btn_text_color' => '#1a1a1a', 'header_btn_hover_color' => '#086abd', 'header_btn_text' => '', 'header_btn_link' => '', 'header_btn_target' => true, 'header_btn_radius' => 0, ), ); $header_buttons = get_theme_mod( 'header_button_repeater', $header_btn_defaults ); $has_header_btn = false; if ( is_array( $header_buttons ) ){ foreach( $header_buttons as $value ){ if( !empty( $value['header_btn_text'] ) ){ $has_header_btn = true; break; } } } if( $has_header_btn ){ ?> 'button-outline', 'transparent_header_home_btn_bg_color' => '#EB5A3E', 'transparent_header_home_btn_border_color' => '#ffffff', 'transparent_header_home_btn_text_color' => '#ffffff', 'transparent_header_btn_bg_color' => '#EB5A3E', 'transparent_header_btn_border_color' => '#1a1a1a', 'transparent_header_btn_text_color' => '#1a1a1a', 'transparent_header_btn_hover_color' => '#086abd', 'transparent_header_btn_text' => '', 'transparent_header_btn_link' => '', 'transparent_header_btn_target' => true, 'transparent_header_btn_radius' => 0, ), ); $transparent_header_buttons = get_theme_mod( 'transparent_header_button_repeater', $transparent_header_btn_defaults ); $has_header_btn = false; if ( is_array( $transparent_header_buttons ) ){ foreach( $transparent_header_buttons as $value ){ if( !empty( $value['transparent_header_btn_text'] ) ){ $has_header_btn = true; break; } } } if( $has_header_btn ){ ?>
'', 'link' => '', 'target' => true, ) ); $social_icons = get_theme_mod( 'social_media_links', $social_defaults ); $has_social_icon = false; if ( is_array( $social_icons ) ){ foreach( $social_icons as $value ){ if( !empty( $value['icon'] ) ){ $has_social_icon = true; break; } } } if( !get_theme_mod( 'disable_header_social_links', false ) && !get_theme_mod( 'disable_mobile_social_icons_header', false ) && $has_social_icon ){ ?>