Home Forums WoodMart support forum CHANGE IMAGE ATTRIBUTES Reply To: CHANGE IMAGE ATTRIBUTES

#254888

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-swatch.text-only:after {
	content: none;
}

.swatch-on-single.swatch-enabled {
	border: 1px solid blue;
	padding: 10px;
    border-radius: 10px;
}

.woodmart-swatch.swatch-on-single.active-swatch.swatch-enabled {
background: navy;
   color: white;
}

Best Regards.