p_customize->add_section( 'popularfx_edit_links', array( 'capability' => 'edit_theme_options', 'priority' => 1, 'title' => __( 'Header & Footer Options', 'popularfx' ) ) ); $wp_customize->add_setting('popularfx_header_bg_color', array( 'capability' => 'edit_theme_options', 'transport' => 'refresh', 'sanitize_callback' => 'popularfx_hex_rgba_sanitization', ) ); $wp_customize->add_control( new Popularfx_Customize_Alpha_Color_Control( $wp_customize, 'popularfx_header_bg_color', array( 'section' => 'popularfx_edit_links', 'description' => $html, 'settings' => 'popularfx_header_bg_color', 'label' => __('Header Background Color', 'popularfx' ) ) ) ); //Site title font size $wp_customize->add_setting( 'popularfx_site_title_size', array( 'capability' => 'edit_theme_options', 'default' => 30, 'tran