Home › Forums › WoodMart support forum › product hover – hide swatches area
product hover – hide swatches area
- This topic has 7 replies, 3 voices, and was last updated 2 years, 2 months ago by
Bogdan Donovan.
-
AuthorPosts
-
September 5, 2023 at 3:23 pm #493410
web.mydecorParticipantHi,
after theme update to 7.3 when hovering products there is this area for variable products swatches. Can not find it in the settings where to turn it off – I have only products without variations.Best,
IvanaAttachments:
You must be logged in to view attached files.September 5, 2023 at 3:47 pm #493425
Artem TemosKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. We will include this fix in our next theme update 7.3.1.
.product.wd-hover-base:is(:hover,.state-hover) .wrapp-swatches:empty { transform: translateY(102%) translateZ(0); }Kind Regards
September 5, 2023 at 3:52 pm #493427
web.mydecorParticipantHello,
thank you. Unfortunately The CSS is not working (cache cleared).
But I can wait till the fix in 7.3.1.Kind regards,
September 5, 2023 at 3:55 pm #493429
Artem TemosKeymasterCould you please add the code and send us a link to the page where we can check this?
September 5, 2023 at 4:04 pm #493438
web.mydecorParticipantSure. CSS added for desktop, cached cleared:
https://mydecor.sk/kategorie/September 5, 2023 at 5:55 pm #493489
Artem TemosKeymasterSorry for the inconvenience. Please, replace that code with this one
.product.wd-hover-base:is(:hover,.state-hover) .wrapp-swatches:has(.wd-product-grid-slider-pagin:first-child:last-child){ transform: translateY(100%) translateZ(0); }September 5, 2023 at 6:07 pm #493491
web.mydecorParticipantSomething strange is happening, for some of the products´ hover the CSS works but for some it does not.
Kind regards,
September 6, 2023 at 9:08 am #493563
Bogdan DonovanKeymasterHi,
Try to add the following code snippet in addition to the previous code to fix this issue:
.product.wd-hover-base .wrapp-swatches:empty { display: none; }Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register
