Home Forums WoodMart support forum shop widget swatch size Reply To: shop widget swatch size

#221299

Hello,

To increase the size of the images of brands in the sidebar. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-woocommerce-layered-nav .swatches-large.swatches-brands .filter-swatch > span {
width: 100px;
height: 60px;
}

You can adjust the height and width according to your needs.

Regard’s.
Xtemos Studio.