mirror of
https://ghproxy.net/https://github.com/AlxMedia/incolor.git
synced 2025-08-26 16:03:10 +08:00
Update FontAwesome customizer link to v5 brands
This commit is contained in:
parent
1606d4c505
commit
30371d6215
1 changed files with 2 additions and 2 deletions
|
@ -558,7 +558,7 @@ Kirki::add_field( 'incolor_theme', array(
|
|||
'label' => esc_html__( 'Create Social Links', 'incolor' ),
|
||||
'description' => esc_html__( 'Create and organize your social links', 'incolor' ),
|
||||
'section' => 'social',
|
||||
'tooltip' => esc_html__( 'Font Awesome names:', 'incolor' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'incolor' ) . ' </strong></a>',
|
||||
'tooltip' => esc_html__( 'Font Awesome names:', 'incolor' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'incolor' ) . ' </strong></a>',
|
||||
'row_label' => array(
|
||||
'type' => 'text',
|
||||
'value' => esc_html__('social link', 'incolor' ),
|
||||
|
@ -575,7 +575,7 @@ Kirki::add_field( 'incolor_theme', array(
|
|||
'social-icon' => array(
|
||||
'type' => 'text',
|
||||
'label' => esc_html__( 'Icon Name', 'incolor' ),
|
||||
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'incolor' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'incolor' ) . ' </strong></a>',
|
||||
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'incolor' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'incolor' ) . ' </strong></a>',
|
||||
'default' => 'fa-',
|
||||
),
|
||||
'social-link' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue