Home New Guten Forums WoodMart support forum Disable add to cart button at grid/sliders

Disable add to cart button at grid/sliders

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #401590

    [email protected]
    Participant

    Is it possible to disable the ”add to cart” button and icons like example: https://themes.shopify.com/themes/alchemy/styles/modern/preview but leave the product images the same size?

    Now if I set the add to cart button to display: none; the images get smaller at the hover. I want them to be the same size.

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to change the size of the hover image, enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .hover-img img,
    .product-grid-item .hover-img>a {
        height: 100%;
    }

    Let me know if you have any questions, I’d be happy to answer them.

    Kind Regards

    #401609

    [email protected]
    Participant

    Thanks a lot! It works perfectly!

    Is it also possible with the grid to get the ”ad to cart” or the ”see options” next to the product title like example (screenshot 7) On hover the price changes into the ”add to cart” button.

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

    Luke Nielsen
    Keymaster

    Hello,

    Yep, you just need to change the product style that includes such an effect. Please navigate to Theme Settings -> Product archive -> Products styles -> enable the “Icons and add to cart on hover” style.

    https://prnt.sc/wkFz3BJzOpN_

    Let me know if you have any questions, I’d be happy to answer them.

    Kind Regards

    #401656

    [email protected]
    Participant

    Thank you, but that’s not what I mean. I want the add to cart text/button next to the product title.

    #401707

    Luke Nielsen
    Keymaster

    Hello,

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

    It requires customizations and this is beyond our limitations and support policy.

    Thanks for your time and have a great day.

    Best Regards

    #401709

    [email protected]
    Participant

    Hi,

    Thank you! No problem. Thanks for the support so far! Have a nice day!

    #401710

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome!

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

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

The topic ‘Disable add to cart button at grid/sliders’ is closed to new replies.