Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

h1 h2 h3 etc sizing control


  #1  
Old Nov 2, 2009, 04:25 PM
caseyfern
 
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 03:43 AM. Reason: Feel free to flag this resolved, also the URL is corrected.
  #2  
Old Nov 2, 2009, 05:03 PM
happymonday82
 
9 posts · Oct 2009
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  
Old Nov 2, 2009, 09:57 PM
fencepost's Avatar
fencepost
 
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  
Old Nov 2, 2009, 10:07 PM
caseyfern
 
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  
Old Nov 3, 2009, 12:41 AM
happymonday82
 
9 posts · Oct 2009
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  
Old Nov 3, 2009, 12:49 AM
caseyfern
 
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  
Old Nov 3, 2009, 12:53 AM
happymonday82
 
9 posts · Oct 2009
sorry, i see what you mean now. Thanks!
  #8  
Old Nov 3, 2009, 03:07 AM
happymonday82
 
9 posts · Oct 2009
yeah, that's working great.

What an awesome theme.
  #9  
Old Jan 17, 2010, 03:43 AM
Atzel's Avatar
Atzel
 
1 posts · Jan 2010
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  
Old Feb 8, 2010, 02:16 PM
newbonic
 
20 posts · Dec 2009
Yorkshire, UK
Thanks fencepost, that sorted out the problem for me to.
  #11  
Old Feb 14, 2010, 01:17 AM
Beeliar
 
3 posts · Feb 2010
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 01:32 AM.
  #12  
Old Feb 14, 2010, 04:52 AM
juggledad's Avatar
juggledad
 
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  
Old Feb 14, 2010, 06:36 AM
Beeliar
 
3 posts · Feb 2010
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  
Old Feb 14, 2010, 10:15 AM
juggledad's Avatar
juggledad
 
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  
Old Feb 14, 2010, 04:00 PM
Beeliar
 
3 posts · Feb 2010
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  
Old Feb 15, 2010, 04:45 AM
juggledad's Avatar
juggledad
 
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

Bookmarks

Tags
css, font size, header h1, header h2

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to control display of search results? upscho Post-Kicker, -Byline & -Footer 6 Oct 20, 2010 02:15 PM
[SOLVED] Sizing a new widget area horsemansarts Sidebars & Widgets 10 Sep 5, 2009 02:48 PM
Control of Widget Placement tkeller Sidebars & Widgets 1 Aug 5, 2009 08:16 AM
How do we control the tooltip color? pbravin Atahualpa 3 Wordpress theme 10 Mar 27, 2009 05:54 AM
Re-sizing Images feastfresh Atahualpa 3 Wordpress theme 1 Mar 17, 2009 04:17 PM


All times are GMT -6. The time now is 01:29 PM.


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