Home Forums WoodMart support forum Remove In stock checbox symbol

Remove In stock checbox symbol

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #135148

    sanchitgoyal
    Participant

    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.

    #135187

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single .product-image-summary .in-stock{
    	display:none;
    }

    Best Regards

    #135359

    sanchitgoyal
    Participant

    Thanks a lot.

    #135390

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Remove In stock checbox symbol’ is closed to new replies.