Home Forums WoodMart support forum How i can hide/disable this quantity element

How i can hide/disable this quantity element

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

    Zakky
    Participant

    Hello
    How i can hide/disable this quantity element look at screen

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

    Hello,

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

    body div.quantity {
        display: none;
    }

    Best Regards

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