'section-breadcrumb-color', 'type' => 'section', 'title' => __( 'Breadcrumb', 'astra' ), 'panel' => 'panel-colors-background', 'priority' => 10, ), array( 'name' => ASTRA_THEME_SETTINGS . '[breadcrumb-active-color-responsive]', 'default' => $defaults['breadcrumb-active-color-responsive'], 'type' => 'control', 'transport' => 'postMessage', 'control' => 'ast-responsive-color', 'title' => __( 'Text Color', 'astra' ), 'section' => 'section-breadcrumb-color', 'responsive' => true, 'rgba' => true, ), array( 'name' => ASTRA_THEME_SETTINGS . '[breadcrumb-text-color-responsive]', 'default' => $defaults['breadcrumb-text-color-responsive'], 'type' => 'control', 'transport' => 'postMessage', 'control' => 'ast-responsive-color', 'title' => __( 'Link Color', 'astra' ), 'section' => 'section-breadcrumb-color', 'responsive' => true, 'rgba' => true, ), array( 'name' => ASTRA_THEME_SETTINGS . '[breadcrumb-hover-color-responsive]', 'default' => $defaults['breadcrumb-hover-color-responsive'], 'type' => 'control', 'transport' => 'postMessage', 'control' => 'ast-responsive-color', 'title' => __( 'Link Hover Color', 'astra' ), 'section' => 'section-breadcrumb-color', 'responsive' => true, 'rgba' => true, ), array( 'name' => ASTRA_THEME_SETTINGS . '[breadcrumb-separator-color]', 'default' => $defaults['breadcrumb-separator-color'], 'type' => 'control', 'transport' => 'postMessage', 'control' => 'ast-responsive-color', 'title' => __( 'Separator Color', 'astra' ), 'section' => 'section-breadcrumb-color', 'responsive' => true, 'rgba' => true, ), array( 'name' => ASTRA_THEME_SETTINGS . '[breadcrumb-bg-color]', 'default' => $defaults['breadcrumb-bg-color'], 'type' => 'control', 'transport' => 'postMessage', 'control' => 'ast-responsive-color', 'title' => __( 'Background Color', 'astra' ), 'section' => 'section-breadcrumb-color', 'responsive' => true, 'rgba' => true, ), ); return array_merge( $configurations, $_configs ); } } } /** * Kicking this off by calling 'get_instance()' method */ new Astra_Breadcrumbs_Color_Configs;