Home Forums Basel support forum how to hide add to cart buton in the category and home page ?

how to hide add to cart buton in the category and home page ?

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

    kevjanvier
    Participant

    hello

    I will hide or remove the add to cart buton in the category page product and if it is possible, in the home page too.

    #75915

    Hello,

    You have enabled quick shop on a category page are you sure you want to hide the add to cart button? If so, please add this code to the Theme settings > Custom CSS:

    .basel-hover-quick .quick-shop-btn {
        display: none;
    }

    In order to hide the Add to cart button on home page, add this code:

    .basel-hover-base .basel-add-btn>a {
        display: none;
    }

    Best Regards

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