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.
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. 🙂
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).
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…