'{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'tablet' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'mobile' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', ), '.bhfb-header.bhfb-desktop, .bhfb-header.bhfb-mobile', 'padding' ); // Background Image $hb_background_image = get_theme_mod( 'botiga_section_hb_wrapper__header_builder_background_image', '' ); if( $hb_background_image ) { $image_url = wp_get_attachment_image_url( $hb_background_image, 'full' ); $css .= '.bhfb-header.bhfb-desktop, .bhfb-header.bhfb-mobile { background-image: url(' . esc_url( $image_url ) . '); }'; $css .= Botiga_Custom_CSS::get_css( 'botiga_section_hb_wrapper__header_builder_background_size', 'cover', '.bhfb-header.bhfb-desktop, .bhfb-header.bhfb-mobile', 'background-size', '' ); $css .= Botiga_Custom_CSS::get_css( 'botiga_section_hb_wrapper__header_builder_background_position', 'center', '.bhfb-header.bhfb-desktop, .bhfb-header.bhfb-mobile', 'background-position', '' ); $css .= Botiga_Custom_CSS::get_css( 'botiga_section_hb_wrapper__header_builder_background_repeat', 'no-repeat', '.bhfb-header.bhfb-desktop, .bhfb-header.bhfb-mobile', 'background-repeat', '' ); } // Background Color $css .= Botiga_Custom_CSS::get_background_color_css( 'botiga_section_hb_wrapper__header_builder_background_color', '', '.bhfb-header.bhfb-desktop, .bhfb-header.bhfb-mobile' ); // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound