Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23776

    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

    #121106

    Hi,

    Please use this on your custom.css or Quick CSS

    .widgettitle {
    color: red !important;
    }

    .widget {
    color: blue !important;
    }

    Regards,

    Ismael

    #121107

    Thanks!

    #121108

    Hey!

    Sure :))

    Best regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘font color sidebars and widgets’ is closed to new replies.