Home › Forums › WoodMart support forum › Colour filter › Reply To: Colour filter
August 11, 2020 at 7:38 am
#217810
nicolaj
Participant
hi,
i tryed modify your css as i wanted the swatched be much bigger.
I didnt achive what i wanted only selection and mouse over got bigger. but not the colour itself.
here is what i did
.woodmart-woocommerce-layered-nav .filter-swatch > span {
width: 100px;
height: 50px;
border-radius: 0;
}
.woodmart-woocommerce-layered-nav .filter-swatch > span::after {
width: 100px;
height: 50px;
border-radius: 0;
}