Home Forums WoodMart support forum Variations disappear Reply To: Variations disappear

#168839

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .swatch-on-single.swatch-with-bg {
    width: 70px;
    height: 70px;
	border-radius:5px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) !important;
	border:2px solid transparent;
}
body .swatch-on-single.swatch-with-bg:hover {
		  border:2px solid brown;
}
body .woodmart-swatch.active-swatch:after, 
body .woodmart-swatch:hover:after {
    opacity: 0;

}
body .swatch-on-single.text-only {
    min-width: 40px;
    font-size: 16px;
    width: 150px;
    border: 1px solid #cecece;
	  padding:10px 20px;
	border-radius:5px;
}
body .swatch-on-single.text-only:hover {
    border: 1px solid brown;
	

background:#eeeeee;
}

Best Regards