Learn how to add a simple “back in stock” subscribe form on out of stock WooCommerce products.
Easily notify customers when your out-of-stock products become available. You may have been trying to find a solid and reliable back-in-stock plugin for your WooCommerce store.
I recently have been using the Back in Stock Notifier plugin. The best part? It’s free and does a great job!
Custom CSS
Below is some simple CSS I used to add my own site’s colors to the subscribe form.
.cwginstock-subscribe-form .panel-primary>.panel-heading {
background-color: #2e9a9c;
border-color: #2e9a9c;
}
.cwginstock-subscribe-form .panel-primary {
border-color: #2e9a9c;
}
Do you have custom css for the subscribe button?
Hi Simon,
Thank you for the explanation. Unfortunately the css code to adjust the color doesn’t work for me 🙁
I copied and pasted your code. What could be the cause of this?
I’m sorry, it works after I clear the cache 🙂
great to hear!