|
#1
Nov 2, 2009, 05:25 PM
|
|
|
5 posts · Nov 2009
California
|
|
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.
Last edited by caseyfern; Nov 24, 2009 at 04:43 AM.
Reason: Feel free to flag this resolved, also the URL is corrected.
|
#2
Nov 2, 2009, 06: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!
|
#3
Nov 2, 2009, 10:57 PM
|
|
|
|
17 posts · Oct 2009
Schaumburg, IL
|
|
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;
}
|
#4
Nov 2, 2009, 11:07 PM
|
|
|
5 posts · Nov 2009
California
|
|
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!
|
#5
Nov 3, 2009, 01: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?
|
#6
Nov 3, 2009, 01:49 AM
|
|
|
5 posts · Nov 2009
California
|
|
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.
|
#7
Nov 3, 2009, 01:53 AM
|
|
sorry, i see what you mean now. Thanks!
|
#8
Nov 3, 2009, 04:07 AM
|
|
yeah, that's working great.
What an awesome theme.
|
#9
Jan 17, 2010, 04: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.
|
#10
Feb 8, 2010, 03:16 PM
|
|
|
20 posts · Dec 2009
Yorkshire, UK
|
|
Thanks fencepost, that sorted out the problem for me to.
|
#11
Feb 14, 2010, 02: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.
Last edited by Beeliar; Feb 14, 2010 at 02:32 AM.
|
#12
Feb 14, 2010, 05:52 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Beeliar
What version of Atahualpa and WP?
What is your URL?
where did you put that code?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#13
Feb 14, 2010, 07: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
|
#14
Feb 14, 2010, 11:15 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#15
Feb 14, 2010, 05: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.
|
#16
Feb 15, 2010, 05:45 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|