Hey folks, thanks for your patience while we were working on this internally.
We are investigating improvements to the automatic text color system to ensure appropriate color contrast based on the selected category color. Because appropriate contrast is important but might be challenging for some admins to implement themselves, we believe this automated system will be helpful for most communities.
With that said, we understand that some communities may want more direct control over this. Here is a CSS snippet that you can use to customize the text color:
.category-list tr[data-category-id="1"] .badge-category__name {
color: #000000;
}
(Note that you’ll need to add the right category ID and desired color code.)
We’ll consider returning category text color control to the UI based on user feedback, but this should give you a workaround for now.