Home Forums WoodMart support forum How to remove Add to Cart button?

How to remove Add to Cart button?

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

    liverangan
    Participant

    I want to remove Add to Cart button from single product page. I want only Buy Now button.

    #720430

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS:

    .single_add_to_cart_button {
        display: none !important;
    }

    Best Regards

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