From 1f7fd994092c18482c8b3600b2b19587750c9fd7 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Thu, 11 Mar 2021 16:15:04 +0600 Subject: [PATCH] button and features list issue fixed --- inc/widgets/price-table.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inc/widgets/price-table.php b/inc/widgets/price-table.php index 7d9362b2..1174ebfb 100644 --- a/inc/widgets/price-table.php +++ b/inc/widgets/price-table.php @@ -92,10 +92,11 @@ protected function _register_controls() { 'ua_icon_choose', [ 'label' => __( 'Icon', 'ultraaddons' ), - 'type' => Controls_Manager::ICONS, - 'default' => [ - 'value' => 'fas fa-star', - 'library' => 'solid', + 'type' => Controls_Manager::ICONS, + 'fa4compatibility' => 'icon', + 'default' => [ + 'value' => 'uicon uicon-ultraaddons', + 'library' => 'ultraaddons', ], 'condition' => [ 'ua_icon_select' => 'icon',