• I am trying to find where to change the color of the font, by default it light grey, i would like to change for black

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Theme Author Template Express

    (@danstriker)

    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;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget Primary sidebar’ is closed to new replies.