Home Forums WoodMart support forum How do I hide the Add to Cart button?

How do I hide the Add to Cart button?

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

    Alex_Yashyn
    Participant

    hello team 🙂
    How do I hide the Add to Cart button?

    I don’t need a shopping cart and a payment system yet, and the product itself is in stock)

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

    Hello,

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

    .summary-inner .cart {
        display:none;
    }

    Best Regards

    #377125

    Alex_Yashyn
    Participant

    Thank you Elise, everything worked out!

    #377213

    You are welcome! We are here to help.

    Wish you a wonderful day!

Tagged: 

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

The topic ‘How do I hide the Add to Cart button?’ is closed to new replies.