How to add UI buttons in customizer like twentyseventeen
Your code is good i think you are missing the front-end part, here is the complete code for functions.php: /* Customizer fields */ function your_customizer_settings($wp_customize) { $wp_customize->add_section(‘footer_section’, array( ‘title’ => __(‘Footer Section’, ‘healthtech’), ‘panel’ => ”, )); /* * Settings for copyright text */ $wp_customize->add_section(‘footer_section’, array( ‘title’ => __(‘Footer Section’, ‘healthtech’), ‘panel’ => ”, )); … Read more