Home › Forums › WoodMart support forum › more info on basic product preview › Reply To: more info on basic product preview
December 27, 2017 at 2:06 pm
#30639
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
div.woodmart-hover-base {
-webkit-transform: none!important;
transform: none!important;
}
div.woodmart-hover-base .content-product-imagin {
left: 15px;
right: 15px;
top: 0px;
bottom: 10px;
opacity:1;
visibility: visible;
transform:none;
margin-bottom:0!important;
}
div.woodmart-hover-base .fade-in-block {
position: static;
visibility: visible;
opacity: 1;
-webkit-transform: none!important;
transform: none!important;
}
div.woodmart-hover-base .wrapp-swatches {
-webkit-transform: none!important;
transform: none!important;
}