Hi, am seeking some help with custom css for font color.
saw this post with the suggestion to force this on the .regular class in settings-> appearance->custom css
however this forced all text with .regular class to be black. my goal is for a custom class so i can choose which text is using black. I have tried adding !important to override but it didnt help:
.black {
color: #000 !important;
}