num_of_header_html; for ( $index = 1; $index <= $num_of_header_html; $index++ ) { if ( ! Astra_Addon_Builder_Helper::is_component_loaded( 'html-' . $index, 'header' ) ) { continue; } $selector = '.ast-header-sticked .site-header-section .ast-builder-layout-element.ast-header-html-' . $index; $css_output = array( $selector . ' .ast-builder-html-element' => array( 'color' => esc_attr( astra_get_option( 'sticky-header-html-' . $index . 'color' ) ), ), ); /* Parse CSS from array() */ $css_output = astra_parse_css( $css_output ); $dynamic_css .= $css_output; } return $dynamic_css; }