mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 00:58:03 +08:00
1.0.3
This commit is contained in:
parent
4e80cae56e
commit
3225714dfa
5 changed files with 35 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue