Remove icons on product on homepage | Edit size of icon on top bar
-
Hi, I want to remove/turn off icons (search, wishlist, add to cart) showing on my product in homepage. I attached image, please check.
Besides, I want to make icons (menu, add to cart, search) bigger on top bar (mobile).
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
1. You can disable all these from Theme Settings >> Shop >> Disable all of them one by one: https://ibb.co/Nx4j8dW
And to disable the add to cart button from the product only from the homepage, please use the below custom CSS code:
.home .wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon.wd-tooltip-inited {
display: none;
}
2. To increase the icons on mobile, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:
.whb-main-header .wd-tools-element .wd-tools-icon:before {
font-size: 30px;
}
Best Regards.