How to hide select options and other icons?
-
Hello,
I want to hide select options and other icons that display when we point the mouse to the product. Is there a way to hide those icons?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-add-btn.wd-add-btn-replace.woodmart-add-btn, .wd-wishlist-btn.wd-action-btn, .quick-view.wd-action-btn, .wd-compare-btn.wd-action-btn {
display: none;
}
Best Regards
Can’t I do it without CSS? Is there no option to do it without using CSS?
Hello,
Sorry but it is only possible without Custom CSS because there is no option in Theme Settings available for that.
Regards.
Xtemos Studios