diff --git a/assets/admin/css/notice.css b/assets/admin/css/notice.css index 81bfebba8..d4b6b050c 100755 --- a/assets/admin/css/notice.css +++ b/assets/admin/css/notice.css @@ -4,7 +4,7 @@ padding: 0 !important; } #wpnotice-essential-addons-for-elementor-black_friday_notice .wpnotice-content-wrapper p { - margin-bottom: 0; + margin: 0; } .wpnotice-content-wrapper .button { diff --git a/includes/Traits/Admin.php b/includes/Traits/Admin.php index 61a507793..6b34dadd9 100644 --- a/includes/Traits/Admin.php +++ b/includes/Traits/Admin.php @@ -215,7 +215,7 @@ public function admin_notice() { ] ); - $b_message = '

Black Friday Sale: Unlock access to 90+ advanced Elementor widgets with up to 40% discounts 🎁

Upgrade to pro

'; + $b_message = '

Black Friday Sale: Unlock access to 90+ advanced Elementor widgets with up to 40% discounts 🎁

Upgrade to pro

'; $_black_friday_notice = [ 'thumbnail' => plugins_url( 'assets/admin/images/full-logo.svg', EAEL_PLUGIN_BASENAME ), 'html' => $b_message,