This commit is contained in:
Alexander Agnarson 2019-03-19 17:49:21 +01:00
parent 4e80cae56e
commit 3225714dfa
5 changed files with 35 additions and 7 deletions

View file

@ -685,6 +685,14 @@ Kirki::add_field( 'curver_theme', array(
'section' => 'styling',
'default' => '#ed542f',
) );
// Styling: Header Color
Kirki::add_field( 'curver_theme', array(
'type' => 'color',
'settings' => 'color-header',
'label' => esc_html__( 'Header Color', 'curver' ),
'section' => 'styling',
'default' => '#000000',
) );
// Styling: Gradient Left
Kirki::add_field( 'curver_theme', array(
'type' => 'color',