• Resolved altstatten

    (@altstatten)


    I searched. No luck.

    I changed EVERYthing in my css that looked like it had something to do with a font size. Nothing changed anything having to do with the font size. I can, however, relocate my entire header down the street a few houses to my neighbor’s game room without leaving my recliner. I haven’t yet figured out a use for that, though…..<sigh>

    So, I realize there’s a setting (or should be) in the css file that will alter the title font size but I’ll be darned if I know where it is or what it’s supposed to look like.

    In complete sentences, could someone gimme a hand with this? Telling me is a wonderful thing, and thank you in advance. SHOWING me what the code is and where it should go is even better. Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Got a link?

    Thread Starter altstatten

    (@altstatten)

    Thread Starter altstatten

    (@altstatten)

    Well… *lol*

    It’s certainly BIG in Firefox, but not in IE. Put your "font-size" to "#h1 h1 a" instead of #h1… that should make it work ;).

    Thread Starter altstatten

    (@altstatten)

    Are you telling me to go into my Header file and point the title to the #h1 h1 a thing?

    This is my css file.

    This be my Header file.

    Please clarify the HOW to implement your suggestions. Thanks.

    No, please don’t change anything in your header.php! Look at your style.css… you’ll find this:

    #h1 {
    	position: absolute;
    	top:30px;
    	padding: 0 0 0 50px;
    	font-size: 5.80em;
    	color: white;}
    
    #h1 h1 a {text-decoration: none;
    	color: #fff;
    	letter-spacing: -1px;}

    Now… put that "font-size" down to "#h1 h1 a" like this:

    #h1 {
    	position: absolute;
    	top:30px;
    	padding: 0 0 0 50px;
    	color: white;}
    
    #h1 h1 a {text-decoration: none;
    	color: #fff;
    	font-size: 5.80em;
    	letter-spacing: -1px;}

    Of course, you’ll want to make it smaller than 5.8em again, but you’ll see. ??

    Thread Starter altstatten

    (@altstatten)

    Worked perfectly! Thank you.

    Now tell me how to italicize the same title and I’ll let you go. ??

    Thread Starter altstatten

    (@altstatten)

    Sivar, take a look at this one for me if you’d be so kind.

    Add that font-style line…

    #h1 h1 a {text-decoration: none;
    	color: #fff;
    	font-size: 5.80em;
    	font-style: italic;
    	letter-spacing: -1px;}

    I’m not sure if I can help you with your image problem, though… I mean, your img problem ??

    Thread Starter altstatten

    (@altstatten)

    That’s all right! You’ve done enough for one day. G’head and take the rest of the day off and tell the boss I said so. ??

    Lemme know how that works out………(thanks again.)

    My day is almost over, cause I’m German (and living in Germany where it’s 11pm)… but thx anyway ;).

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘How do I Increase Header Title font size?’ is closed to new replies.