• Hello,

    I realy love my theme. The only problem is that I find the font way to small!
    I don’t kno any code programming. Is there a plugin or an other way to increase the font size of my titles and text in the blogs.

    My Blog as example:
    https://www.speakerheadz.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to edit your stylesheet. Before doing ANY of what I suggest, make a backup copy of your stylesheet the way it is now. Just in case.

    In the Admin area, click the left column button for Appearance, and then click editor.

    Changing just one setting will change a lot of the font sizes on your whole site. This is near the top.

    body {
    background:transparent url(images/gbck.gif) repeat scroll 0 0;
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    CHANGE --> font-size:11px;
    margin:0;
    padding:0;
    }

    Change the line I marked from 11px to 13px, save, and see what you think. (That one line will affect the type size on more of the site than any of the other lines. ) Then you can go through the stylesheet looking for references to font-size and make them larger than they are, until you are happy with what you see. Just do them one at a time, in case you are not happy with something you changed, so you can then change it back.

    If you do more than one at a time you will not know which setting increased which section of the site.

    You have to refresh the display of your site after each change you make, to see the change in place.

    Thread Starter bartheemskerk

    (@bartheemskerk)

    Thank you.

    I really don’t know any code. I am realy affraid that I will be ruining my website :S

    Shall I make an export first?

    The other problem is that I can’t change my style sheets. WordPress is telling me to look in The Codex first. But I don’t understand how to make it work when looking at the codex. :S

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bigger font size?’ is closed to new replies.