Greenbar notification error when using Woocommerce waitlist plugin
-
Hello
I am using woocommerce waitlist plugin to notify customer for out of stock products.
When I open the product page which is out of stock-
A green bar is displayed with no message.
http://prntscr.com/oakoqy
After a product is added to waitlist the message is shown but the close button is displayed twice.
http://prntscr.com/oakpqk
If I use any other theme such as storefront no green bar is displayed. And when user join waitlist close button is displayed only once.
http://prntscr.com/oakqo6
Please suggest how to resolve this issue.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.notifications-sticky .woocommerce-message.wcwl_notice {
display: none;
}
.woocommerce-message.wcwl_notice .wcwl_notice_dismiss {
display: none;
}
.notifications-sticky .woocommerce-message.wcwl_notice[style*="block"] {
display: flex!important;
}
Best Regards
Genius! Awsome! Thanks a lot.
You are welcome! If you have any questions please feel free to contact us.
Best Regards