Home › Forums › WoodMart support forum › Attributes displayed on Shop page › Reply To: Attributes displayed on Shop page
May 26, 2020 at 12:31 pm
#198014
Elise Noromit
Member
Hello,
There is no option to do that. I can provide custom CSS to limit the height of the block containing the swatches.
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-hover-alt .swatches-on-grid {
max-height: 95px;
overflow: hidden;
}
Best Regards