Home Forums WoodMart support forum Hide Ordered-Count

Hide Ordered-Count

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

    Lars
    Participant

    Hi there,

    is there any way to hide the “ordered:” count in the “stock-progress-bar”?

    I just want it to show the acutall stock-count.

    i know that theme-customization is not part of your service, i hope this can be done in simple css :-)?

    Attachments:
    You must be logged in to view attached files.
    #162671

    Hello,

    As in your screenshot you want to display the current stock status in the left side at the place of total stock. You can simply hide the total stock div so the next div which contain the current stock will move toward the left side.

    You can use the below CSS code in in global custom CSS are under theme settings >> custom CSS:

    .stock-info .total-sold{
    display:none;
    }

    To change the color of progress bar you can use the below CSS code:

    .woodmart-stock-progress-bar .progress-area {
    background-color: black;
    }

    Screenshot for clarification: https://jmp.sh/KjiygOa

    Best Regards.

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