Home Forums WoodMart support forum Hide add to cart button

Hide add to cart button

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

    lirane3
    Participant

    Hi,
    i want to know if there is a way to hide the ‘Add to cart’ button and show only ‘Buy now’ button?

    i want that the user will move directly to checkout page.

    Thank you 🙂

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

    Hello,

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

    .single_add_to_cart_button {
        display: none !important;
    }

    Best Regards.

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