Home › Forums › WoodMart support forum › how can I reduce the category thumbnail sizes in category element › Reply To: how can I reduce the category thumbnail sizes in category element
May 8, 2020 at 7:52 pm
#193548
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item .more-products {
display:none;
}
Best Regards