Add your own Customize style to the Woo Commerce store notice to notify your users with an attractive eye cache style. In the below image you can see the default store notice.

Before applying snippet


Let’s add the snippet. Add this to your style.css in the child theme.

.woocommerce-store-notice, p.demo_store {
    left: auto;
    right: 0;
    width: 98%;
    padding: .75em 1em;
    text-align: left;
    background-color: #333;
    color: #fff;
}
After applying snippet

Edit WooCommerce Products from Frontend

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top