This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: font color is white

#4618
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

It’s white because it’s most likely overriden by your theme. I suggest the following CSS instead, it should help:

[code]
.searchsettings,
.searchsettings * {
color: #fff999 !important;
}
[/code]

You can add this to the Theme Options -> Custom CSS panel 😉