Hi,
Where can I change the color of the sidebar/widget fonts, both titles/headers and body text? They stay grey-ish whereas I use a shade of orange as background color and that don’t match ;-)
Couldn’t find it exactly with firebug. Thanks.
Regards,
Ying-Fu
Hi,
Please use this on your custom.css or Quick CSS
.widgettitle {
color: red !important;
}
.widget {
color: blue !important;
}
Regards,
Ismael
Thanks!