Home › Forums › WoodMart support forum › Change font color product category element › Reply To: Change font color product category element
December 15, 2020 at 8:19 am
#251053
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.category-grid-item .category-title {
color: white;
}
.category-grid-item .more-products {
color: white;
}
Best Regards.