• Resolved fragmonger

    (@fragmonger)


    I found the place in my style.css file to change the font size for the body of my posts, but where do I set the font size for the post title?

    I can’t seem to find that setting in the style.css file.

    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • This should help: Finding_Your_CSS_Styles

    Thread Starter fragmonger

    (@fragmonger)

    I spent a few hours last night scouring my style.css file & still couldn’t find it. That’s why I posted.

    Here is my style.css. As I said, I can find the font setting for the body of my posts, but not for the title:

    [long code moderated]

    If I’m just missing it, could someone hilight it for me?

    Thanks. Sorry for being such a noob to all this.

    Just READ the offered resources before replying!

    h2 {
    font-size:1.6em;
    }

    It’s around line 103, just increase the 1.6 to whatever you want.

    It really depends on your theme, but titles are often h2 or h3. Look around for those and try playing around with them a bit.

    If you use Firefox, the web developer toolbar plugin and the aardvark plugin are great tools for experimenting with CSS.

    Thread Starter fragmonger

    (@fragmonger)

    I’ve never seen ’em’ used for font size before – but then I’m new to PHP. I was looking for another ‘font_size’ setting.

    Thanks! I’ll give it a go. ??

    Thread Starter fragmonger

    (@fragmonger)

    Jeremy,

    I cannot find any 1.6em in my style.css. I just did a text search throug the whole file.

    I did find this, but changing the font size here made no difference:

    h2{
    margin-bottom: 10px;
    font-size: 18px;
    }

    P.S. It’s not my current style.css I’m trying to edit. I’m trying to find the settings for one in another theme before I make it active (That’s why I posted the entire code from my style.css earlier).

    Thread Starter fragmonger

    (@fragmonger)

    Found it:

    h3.entrytitle a, h3.entrytitle a:visited, h3 a{
    color: #9c3;
    text-decoration:none;
    border-style: none;
    font-size: 20px;
    font-weight: bolder;
    text-transform: none;

    P.S. It’s not my current style.css I’m trying to edit.
    That’s a big mistake! Every theme has different hmtl markaup and different classes/divs in their stylesheet.
    Always talk about the theme you are using – there is no general rule…

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change Post Title Font Size?’ is closed to new replies.