In the header of my site, I have two widgets and php shortcode for the date. The date appears in a shade of red, but not in black. I assume the red hue is set by the theme option color I have selected, or some specific code in the Quick CSS.
Is there a way, I could get the date to appear in black, instead of red?
Thanks in advance.
Kurt
Hi Kurt,
Please try the following in Quick CSS under Enfold–>General Styling:
span.header_date {
color:black !important;
}
Best regards,
Rikard
Works like a charm, Rikard. Thank you.
Kurt
Hi Kurt,
Glad to hear it worked!
Best regards,
Jordan