Change font color product category element
-
Hi, how do I change the font color to white, just like the demo on product category images? I cannot find the setting. See screenshot.
Attachments:
You must be
logged in to view attached files.
In the demo, there is no rules applied in Advanced Typography, so it seems this is not the solution.
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.