hide or remove product hover icons
-
Hi, how to hide or remove the phoduct hover icons ?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-hover-icons:hover .wrapp-buttons{
display: none;
}
Best Regards
it, work but how to remove in related products also ?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the product page URL. I will give CSS.
Best Regards
at the bottom of the page, you can find RELATED PRODUCTS
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
opacity: 0;
transform: none;
}
Best Regards