Home Forums WoodMart support forum Stock progress bar

Stock progress bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #388895

    shuvo.developerbd
    Participant

    https://prnt.sc/udZL7aaQysBd
    I want to keep only available items I don’t want to show how many products were ordered.
    So How can I hide the ordered product from the Stock progress bar?

    #389007

    Luke Nielsen
    Keymaster

    Hello,

    You can hide the “Ordered” field with the help of the below code, please enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .wd-stock-progress-bar .stock-info .total-sold {
        display: none;
    }

    Keep me informed of any issues.

    Kind Regards

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