Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   h1 h2 h3 etc sizing control (http://forum.bytesforall.com/showthread.php?t=4183)

caseyfern Nov 2, 2009 04:25 PM

h1 h2 h3 etc sizing control
 
I think I've looked everywhere in the Atahualpa theme options tabs and am not finding a place to control the size of h1, h2, h3 etc headers. Right now h1 is huge! I tried adding code to the Add HTML, CSS Inserts section to change font size, family and color, but no joy. Advice? I am not a PHP coder but I am relatively comfortable with external CSS files. Site is http://www.sugarlass.com/.

As predicted elsewhere, I'm swiftly falling in love with this theme and hoping to get fluent enough with it to replace my other WP blog themes.

I do hope I'm posting this query in the right place. Search attempts revealed no similar questions.

happymonday82 Nov 2, 2009 05:03 PM

Hey there,

This is my question too.

I have lots of posts already and I don't want to go through and change h2 to h3 etc. That would take forever.

Loving the theme though!

fencepost Nov 2, 2009 09:57 PM

I believe I ended up changing them in "HTML/CSS Inserts", but all I was doing was changing color so it was just
Code:

h1, h2, h3, h4, h5, h6 {
        color: #332200;
}


caseyfern Nov 2, 2009 10:07 PM

Brilliant! That worked perfectly this time - no idea why it didn't work when I tried it before; perhaps my CSS karma was at low tide. Thank you so much!

happymonday82 Nov 3, 2009 12:41 AM

hey,

I don't really understand what you did?

I want to make the h1,h2 etc smaller.

How do I do that exactly?

caseyfern Nov 3, 2009 12:49 AM

I added this code to the Add HTML/CSS Inserts section:
Code:

h1 {
        font-size: 16px;
}

It adjusted the H1 header section text to exactly what I wanted.

happymonday82 Nov 3, 2009 12:53 AM

sorry, i see what you mean now. Thanks!:)

happymonday82 Nov 3, 2009 03:07 AM

yeah, that's working great.

What an awesome theme.

Atzel Jan 17, 2010 03:43 AM

Thank you very much from me too! :) That solved the problem, I´ve spent some time to look for where to adjust the headlines.

newbonic Feb 8, 2010 02:16 PM

Thanks fencepost, that sorted out the problem for me to.

Beeliar Feb 14, 2010 01:17 AM

I just can't seem to get this to work and my h1 tags are still huge. Any other suggestions as i'm stumped.

Code:

h1 {
        font-size: 16px;
}

edit : In fact it ends up displaying h1,{ font-size: 16px; } at the top of the page.

juggledad Feb 14, 2010 04:52 AM

Beeliar
What version of Atahualpa and WP?
What is your URL?
where did you put that code?

Beeliar Feb 14, 2010 06:36 AM

Thanks for the reply juggledad.

I'm using 2.9.1 and Atahualpa 3.4.5

I've tried in HTML/CSS inserts section on my page here

juggledad Feb 14, 2010 10:15 AM

Where did you imbed the code, I don't see it in your CSS. If I add
HTML Code:

h1 {
        font-size: 16px;
}

I see it in any stand alone <h1>

Beeliar Feb 14, 2010 04:00 PM

Sorry I must have been playing around with it when you took a look. I've added it back in to the CSS Insert section. I can see it but it's just not working.

juggledad Feb 15, 2010 04:45 AM

Actually, it's working fine. Go to the home page and look at the 'Computer Services and Repairs in Perth.' - it shows in 16px - what more do you think will happen?

If you are trying to change the titles of the posts, on a multi post page, the page title is an <h1> and the post titles are an <h2> - on a single post page, the post titles are the <h1> - this is done for SEO


All times are GMT -6. The time now is 11:29 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.