Possible to disable the add to cart button on product carousel?
-
I’d like for only the product image, name, and price to show.
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution.
Best Regards.
hi, page url is the homepage. ottuhr.com
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.
that worked, thank you. also is there a way to remove the wishlist icon.
Hello,
Do you want to remove the wishlist icon only from the carousel or from the entire site?
Best Regards.