Home Forums WoodMart support forum Filter by brand changed logo style after latest Woodmart update Reply To: Filter by brand changed logo style after latest Woodmart update

#422087

Luke Nielsen
Keymaster

Hello,

The below code will help you to fix the issue with the brand’s logos, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

.wd-swatches-brands .wd-swatch :is(img,picture) {
	object-fit: contain;
}

Let me know if you have any questions, I’d be happy to answer them.

Kind Regards