Home › Forums › WoodMart support forum › how can I disable this feature? how can I disable this feature? This topic has 1 reply, 2 voices, and was last updated 2 years, 2 months ago by Luke Nielsen. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 23, 2022 at 3:05 pm #399023 woodhepParticipant When I hover over the “add to cart” button on the products, I don’t want the “cart” icon to appear. I don’t want the cart icon to appear when the mouse hovers over the add to cart button, how can I disable this feature? https://www.hizliresim.com/53lc9k6 https://www.hizliresim.com/cca37pf August 23, 2022 at 4:27 pm #399063 Luke NielsenKeymaster Hello, The below code will help you to disable this functionality, please enter it into the “Custom CSS for desktop” area in Theme Settings -> Custom CSS. .product-grid-item .wd-add-btn-replace .add-to-cart-loop:before { content: " "; } .product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span { transform: unset; } If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help! Kind Regards Author Posts Tagged: #megamarket Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register