Home › Forums › WoodMart support forum › no hover (add product) no hover (add product) This topic has 1 reply, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 11, 2020 at 2:37 pm #240798 RenatusParticipant Hello, I would like to use my site only as a catalog and therefore do not block the hover on desktop present on product prices. When the mouse cursor goes to the price here it appears “add to cart”. I wish there was no hover between price and add to cart do you give me a css code to add? Thanks November 11, 2020 at 5:00 pm #240837 Elise NoromitMember Hello, Thank you very much for choosing our theme and for contacting us. Please add this code to the Theme Settings > Custom CSS > Global: @media (min-width: 1025px){ body .woodmart-hover-alt.product-type-grouped:hover .swap-elements, body .woodmart-hover-alt.purchasable:hover .swap-elements { -webkit-transform: none; transform: none; } } Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register