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',