Viewing File: /home/maglabs/bambinos/wp-content/themes/juliette/inc/customizer/backend/styles/footer.php
<?php
$sep_id = 77153;
$section = 'style_footer';
Kirki::add_field( 'juliette', array(
'type' => 'color',
'settings' => 'footer_background_color',
'label' => esc_html__( 'Footer Background Color', 'juliette' ),
'section' => $section,
'default' => '#FFFFFF',
'priority' => 10,
) );
// ---------------------------------------------
Kirki::add_field( 'juliette', array(
'type' => 'separator',
'settings' => 'separator_'. $sep_id++,
'section' => $section,
) );
// ---------------------------------------------
Kirki::add_field( 'juliette', array(
'type' => 'color',
'settings' => 'footer_font_color',
'label' => esc_html__( 'Footer Font Color', 'juliette' ),
'section' => $section,
'default' => '#777',
'priority' => 10,
) );
// ---------------------------------------------
Kirki::add_field( 'juliette', array(
'type' => 'separator',
'settings' => 'separator_'. $sep_id++,
'section' => $section,
) );
// ---------------------------------------------
Kirki::add_field( 'juliette', array(
'type' => 'color',
'settings' => 'footer_headings_color',
'label' => esc_html__( 'Footer Headings Color', 'juliette' ),
'section' => $section,
'default' => '#000',
'priority' => 10,
) );
// ---------------------------------------------
Kirki::add_field( 'juliette', array(
'type' => 'separator',
'settings' => 'separator_'. $sep_id++,
'section' => $section,
) );
// ---------------------------------------------
Back to Directory
File Manager