Home Forums WoodMart support forum Add to cart Bottun on product archive

Add to cart Bottun on product archive

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

    Chungadome
    Participant

    Hi Is there a way to remove the add to cart button in the shop and on the home page ?

    I am using a multi inventory plugin and require the add to cart to be a link into the product page and not an add to cart function

    #402096

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to hide the “Add to cart” button on the Shop and Home pages. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .wd-add-btn {
        display: none;
    }

    Keep me informed of any issues.

    Kind Regards

    #402144

    Chungadome
    Participant

    Thanks for that!
    Is there any way to change the add to cart button on hover to a read more button that take you to the single product page on home page and product archive

    #402256

    Luke Nielsen
    Keymaster

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customization and this is out of our theme support scope.

    Best Regards

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