Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    look for this rule in your theme’s style.css:

    #header h1 a {
    color:#222222;
    line-height:30px;
    }

    add font-size to it as follows (if you find it, append it tto bottom of css file):

    #header h1 a {
    color:#222222;
    line-height:30px;
    font-size:40px;
    }

    Note: change the font size to your liking.

    Thread Starter breeziemike

    (@breeziemike)

    I added the font-size:?px and nothing happened. Here is what my style.css sheet says.

    #header h1 a{color:#222;line-height:30px;}

    Any other ideas?

    Moderator t-p

    (@t-p)

    did you add font-size property?

    #header h1 a{color:#222;line-height:30px; font-size:40px;}

    or change the font-size in this line (style.css of your theme, the line before the one that you are talking about):

    #header h1{float:left;padding:0 0 0 10px;text-shadow:1px 1px 1px #999;font-size:28px;font-family:Georgia,"Times New Roman",Times,serif;}

    Hi, I added the font-size to the header a section of the css file, but I’m noticing now that since the height of the header isn’t very high, the letters are now too big. I’ll try a different font size, but is there a way to make the header itself a little taller in order to encompass larger letters?

    thanks

    Yes, you can increase the size of the header by locating this line in your code and adding or changing “height” to whatever value you see fit.

    #header { height: ??px; }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing website title size using zBench theme’ is closed to new replies.