• I have been changing the font size in the sidbar of my site
    Mobile Ad Connection Blog

    I was able to make some of the fonts larger. I can’t figure out how to get the ‘poll’ font and ‘section/category’ headers larger. As you can see they are very tiny – hardly visible. Not sure what to change.

    The template site has no information or help.

    Anyone here have any ideas?
    Thanks,
    John

Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to your themes directory and open the “style.css” file.

    Find:

    #sidebar li {
        font-size: 0.9pt;
        font-weight: bold;
    }

    Replace:

    #sidebar li {
        font-size: 9pt;
        font-weight: bold;
    }

    Adjust the font size to suit.

    Thread Starter johnhds

    (@johnhds)

    Excellent. Thanks for taking the time.
    John

    Not a problem.

    If you use Mozilla Firefox, it might be worth installing the Firebug add-on. Once you know how to use it, mediocre issues like this can be solved in seconds.

    http://getfirebug.com/

    Best of luck with your website!

    Thread Starter johnhds

    (@johnhds)

    Thanks for the info.
    John

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘New Template Font size’ is closed to new replies.