Hi there!
If you post a link to your website we can suggest a code snippet for you.
Cheers!
Luke
Thread Starter
Bidoux
(@bidoux)
The site is still under construction, but the only thing I can say is font color in the primary sidebar I added (EVENT organiser widget) is grey and i would like to be black by default.
I think i just answered myself… I will take a look in the css of this widget
Thanks for the quick response Luke
hello,
the widget area has the same color as the body text. To make it all black you would add the following style:
body, button, input, select, textarea {
color: #000;
}