'left', 'tablet' => 'left', 'mobile' => 'left' ), '.bhfb.bhfb-footer .bhfb-component-html', 'text-align', '' ); /** * Colors Default State */ // Text Color $css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_fb_component__html_text_color', '', '.bhfb.bhfb-footer .bhfb-component-html' ); // Links Color $css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_fb_component__html_link_color', '', '.bhfb.bhfb-footer .bhfb-component-html a' ); // Links Color Hover $css .= Botiga_Custom_CSS::get_color_css( 'botiga_section_fb_component__html_link_color_hover', '', '.bhfb.bhfb-footer .bhfb-component-html a:hover' ); // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound