Home Forums WoodMart support forum Hide add to cart

Hide add to cart

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

    robt
    Participant

    Hello !

    Can you help me hide the “add to cart” on ALL my products pages only please?

    I have a plugin to upload files and the other to perform a configuration, its 2 fields must still be visible.

    I bought a plugin but it hides absolutely everything.

    thanks in advance

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

    Hello,

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

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

    Best Regards

    #382573

    robt
    Participant

    Hey thnx ! works

    #382680

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Hide add to cart’ is closed to new replies.