); $wp_customize->add_control( new Popularfx_Customize_Alpha_Color_Control( $wp_customize, 'popularfx_site_title_color', array( 'section' => 'popularfx_edit_links', 'settings' => 'popularfx_site_title_color', 'label' => __('Site Title Color', 'popularfx' ) ) ) ); //Tagline font size $wp_customize->add_setting( 'popularfx_tagline_size', array( 'capability' => 'edit_theme_options', 'default' => 15, 'transport' => 'refresh',