• Hi I am trying to tweak my text widgets to improve the look.
    First I am interested in changing the title of text widget to black.
    Second if I want to change the font a bit like up one size larger how would that go?
    I am using theme twenty eleven

    Here is my site
    http://rockshowcritique.com/

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • I would suggest creating a child theme first (http://codex.wordpress.org/Child_Themes) that way your edits don’t get overwritten if you upgrade Twenty Eleven later on.

    Once you have the child theme created look inside the style.css file and find .widget-title

    Once you find that you can set color: #666 to black (color: #000) and up the font-size: 10px to something larger.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change font color and size in text widgets’ is closed to new replies.