Theme Options $anzu_brand_scheme = get_theme_mod( 'anzu_brand_scheme', '1' ); $anzu_brand_display = get_theme_mod( 'anzu_brand_display', 'anzu-brand--logo-title-tagline-right' ); $anzu_site_title_switch = get_theme_mod( 'anzu_site_title_switch', '1' ); $anzu_tagline_switch = get_theme_mod( 'anzu_tagline_switch', '' ); $anzu_logo_switch = get_theme_mod( 'anzu_logo_switch', '' ); $anzu_header_theme_mode = get_theme_mod( 'anzu_header_dark_mode', '' ) ? 'anzu-dark-mode' : 'anzu-light-mode'; /*-----------------------------------------------------------------------------------*/ /* *. Light Mode - For Header With Light Background. /*-----------------------------------------------------------------------------------*/ //URL $anzu_light_logo = get_theme_mod( 'anzu_light_logo', '' ); $anzu_mobile_light_logo = get_theme_mod( 'anzu_mobile_light_logo', '' ); $anzu_retina_light_logo = get_theme_mod( 'anzu_retina_light_logo', '' ); $anzu_retina_mobile_light_logo = get_theme_mod( 'anzu_retina_mobile_light_logo', '' ); /*-----------------------------------------------------------------------------------*/ /* *. Dark Mode - For Header With Dark Background. /*-----------------------------------------------------------------------------------*/ //URL $anzu_dark_logo = get_theme_mod( 'anzu_dark_logo', '' ); $anzu_mobile_dark_logo = get_theme_mod( 'anzu_mobile_dark_logo', '' ); $anzu_retina_dark_logo = get_theme_mod( 'anzu_retina_dark_logo', '' ); $anzu_retina_mobile_dark_logo = get_theme_mod( 'anzu_retina_mobile_dark_logo', '' ); ?>