Home › Forums › WoodMart support forum › hide or remove product hover icons hide or remove product hover icons This topic has 5 replies, 2 voices, and was last updated 3 years, 6 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 29, 2021 at 3:06 am #315138 KathirParticipant Hi, how to hide or remove the phoduct hover icons ? Attachments:You must be logged in to view attached files. August 29, 2021 at 12:02 pm #315167 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .wd-hover-icons:hover .wrapp-buttons{ display: none; } Best Regards September 2, 2021 at 5:36 am #315945 KathirParticipant it, work but how to remove in related products also ? Attachments:You must be logged in to view attached files. September 2, 2021 at 9:31 am #315999 Elise NoromitMember Hello, Please provide the product page URL. I will give CSS. Best Regards September 2, 2021 at 12:08 pm #316052 KathirParticipant at the bottom of the page, you can find RELATED PRODUCTS September 2, 2021 at 11:56 pm #316148 Elise NoromitMember 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 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register