Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Added desctiption wo customizer controll
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Oct 18, 2018
1 parent 20717a4 commit 759c75c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function twentynineteen_customize_register( $wp_customize ) {

$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'site_header_overlay_color', array(
'label' => __( 'Site Header Overlay Color' ),
'description' => __( 'Change the overlay color of the Featured Image.' )
'section' => 'colors',
) ) );
}
Expand Down

0 comments on commit 759c75c

Please sign in to comment.