Home Forums WoodMart support forum Possible to disable the add to cart button on product carousel?

Possible to disable the add to cart button on product carousel?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #577414

    ottuhr.com
    Participant

    I’d like for only the product image, name, and price to show.

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards.

    #577438

    ottuhr.com
    Participant

    hi, page url is the homepage. ottuhr.com

    #577457

    Hello,

    Please try to use the below custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS section:

    .wd-carousel-container .wd-add-btn.wd-add-btn-replace {
        display: none;
    }

    Best Regards.

    #577459

    ottuhr.com
    Participant

    that worked, thank you. also is there a way to remove the wishlist icon.

    #577460

    Hello,

    Do you want to remove the wishlist icon only from the carousel or from the entire site?

    Best Regards.

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