Ankit Sudhera Portfolio Website

Programming and Support is my Quality
Programming and Support is my Quality
Programming and Support is my Quality

Forum

Can’t remove Demo S...
 
Notifications
Clear all

Can’t remove Demo Store Notice

1 Posts
1 Users
0 Reactions
257 Views
(@ankitbnl406)
Member Admin
Joined: 2 years ago
Posts: 6
Topic starter  

You can remove by visiting Appearacnce → Customize, WooCommerce → Store Notice, Uncheck the Enable store notice checkbox and click the Publish button.

If still doesn't work, please clear cache for the website and looks, it will be fixed.

If there is still issue use below css to hide this panel.

.woocommerce-store-notice{

display: none;

}

Add the above code in your theme css file.


   
Quote