Home Forums WoodMart support forum Swatches Reply To: Swatches

#18204

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to make swatches always visible

.woodmart-hover-base .wrapp-swatches {
    -webkit-transform: translateY(0) translateZ(0)!important;
    transform: translateY(0) translateZ(0)!important;
}

Regards