Home Forums WoodMart support forum remove the add to cart button and price

remove the add to cart button and price

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

    amine1991
    Participant

    Hi, how can I remove the add to cart button and price?

    #269324

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You can enable a catalog mode in the Theme Settings > Shop > Catalog mode.

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

    body .woodmart-add-btn > a {
    display:none;
    }
    .price .amount {
       display: none; 
    }
    body .single_add_to_cart_button{
    display:none;
    }
    div.quantity {
        display: none;
    }

    Best Regards

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