Viewing File: /home/maglabs/bambinos/wp-content/themes/juliette/inc/customizer/backend/styles/blog.php

<?php
$sep_id  = 7565;
$section = 'style_blog';

Kirki::add_field( 'juliette', array(
    'type'        => 'color',
    'settings'    => 'blog_background_color',
    'label'       => esc_html__( 'Background Color', 'juliette' ),
    'section'     => $section,
    'default'     => '#f6f6f6',
    'priority'    => 10,

) );

// ---------------------------------------------
Kirki::add_field( 'juliette', array(
    'type'        => 'separator',
    'settings'    => 'separator_'. $sep_id++,
    'section'     => $section,

) );
// ---------------------------------------------
Back to Directory File Manager