Home › Forums › WoodMart support forum › product hover – hide swatches area › Reply To: product hover – hide swatches area
September 5, 2023 at 3:47 pm
#493425
Artem Temos
Keymaster
Hello,
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