• Resolved rimski

    (@rimski)


    I want to change the size of the fonts in the sidebar of my blog and don’t know where to do this withing the stylesheet

    My Blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s probably coded into your theme. Have a look at your header.php.

    Thread Starter rimski

    (@rimski)

    Nope

    It should be within the stylesheet.css.
    I can alter colours but can’t work out the font size it may be in this piece of coding but I am not sure

    #sidebar p, #sidebar li {
    color: #827060;
    font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    }

    Thread Starter rimski

    (@rimski)

    OK I have found it

    #sidebar p, #sidebar li {
    color: #827060;
    font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    }

    I have altered the bold section to 0.8em/1.5em to give me a more readable font size

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Sidebar font size’ is closed to new replies.