From 643dc6de6c88dff903461778dd1934e193917d99 Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Wed, 23 Feb 2022 12:04:26 +0100 Subject: [PATCH] Update FontAwesome customizer link to v5 brands --- functions/theme-options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/theme-options.php b/functions/theme-options.php index 99c94b5..519d0ec 100644 --- a/functions/theme-options.php +++ b/functions/theme-options.php @@ -584,7 +584,7 @@ Kirki::add_field( 'bigvisual_theme', array( 'label' => esc_html__( 'Create Social Links', 'bigvisual' ), 'description' => esc_html__( 'Create and organize your social links', 'bigvisual' ), 'section' => 'social', - 'tooltip' => esc_html__( 'Font Awesome names:', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ', + 'tooltip' => esc_html__( 'Font Awesome names:', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ', 'row_label' => array( 'type' => 'text', 'value' => esc_html__('social link', 'bigvisual' ), @@ -601,7 +601,7 @@ Kirki::add_field( 'bigvisual_theme', array( 'social-icon' => array( 'type' => 'text', 'label' => esc_html__( 'Icon Name', 'bigvisual' ), - 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ', + 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ', 'default' => 'fa-', ), 'social-link' => array(