Home Forums WoodMart support forum removing stock amount from sticky add to cart

removing stock amount from sticky add to cart

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

    jamieandrade88
    Participant

    How can I remove the stock amount from the sticky add to cart? I attached it below

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

    Hello,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .wd-sticky-btn p.stock {
         display: none;
    }

    Best Regards.

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