Remove In stock checbox symbol
-
Hello
http://prntscr.com/om17cw
When the product is instock and quantity is entered it shows a check symbol with message “in stock”. Please confirm how to remove the same. I only want to remove instock text and check. If product is out of stock I want it to show out of stock as usual. Thanks.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single .product-image-summary .in-stock{
display:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove In stock checbox symbol’ is closed to new replies.