From 974ef8322bba00cbba6a4023bad0ab4c67f2235a Mon Sep 17 00:00:00 2001 From: Robin <86726198+robinwpdeveloper@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:54:24 +0600 Subject: [PATCH] Version 5.8.17 --- assets/admin/css/notice.css | 2 +- includes/Traits/Admin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,