Home › Forums › WoodMart support forum › Category thumbnail image not showing › Reply To: Category thumbnail image not showing
October 12, 2022 at 10:07 am
#413080

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.category-grid-item img {
min-width: 10px;
}