|
|
|
#1

Nov 24, 2012, 09:40 PM
|
|
|
|
Atahualpa is a wonderful theme. You can do almost anything. Still, I just cannot find out how to change the size of the diverse headings in pages and post. Where do I do that?
What I mean is, I only want to make the headings smaller compared to the normal text, which should be the same size.
Tried to change in css.php, but that didn't do it.
Last edited by BertL; Nov 25, 2012 at 12:23 AM.
|
|
#2

Nov 25, 2012, 05:17 AM
|
 |
|
|
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
|
|
|
Look at the theme options
|
|
#3

Nov 25, 2012, 05:31 AM
|
|
|
|
That's where I started looking of course, but either I am blind or it's not there.
|
|
#4

Nov 25, 2012, 05:36 AM
|
 |
|
|
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
|
|
|
ato->Style Post & Pages
|
|
#5

Nov 25, 2012, 06:54 AM
|
|
|
|
Hmm... The closest I got here was this:
"BODY Box
Style the box that contains the post/page main text (= the "body copy"). The text and links in the post/page main text box can be styled on the main tab "Text & Link Styling"."
But the main tab "Text & Link Styling" appears to be about something else than headings, provided of course that I am not supposed to insert new code for headings here. But this should not be the case. The existing headings are pre-formatted and it should be possible to change the formats.
|
|
#6

Nov 25, 2012, 12:31 PM
|
 |
|
|
9,393 posts · Jul 2009
Central New York State USA
|
|
|
In the Style Posts and Pages section there are boxes for styling headlines on post and pages.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
|
#7

Nov 26, 2012, 12:02 AM
|
|
|
|
What I want to change is not the headlines (or bylines) of the pages (one for each page), but all the headings namned "Heading1", "Heading2" etc inside the text.
|
|
#8

Nov 26, 2012, 02:40 AM
|
 |
|
|
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
|
|
|
Please post a URL point to an example or screen shot circling the issue
Last edited by juggledad; Nov 26, 2012 at 04:48 AM.
|
|
#9

Nov 26, 2012, 03:23 AM
|
|
|
|
Basically, I want to chage this:
h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }
into this (some further adjustments may be needed);
h1 { font-size: 22px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 18px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 15px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 13px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }
|
|
#10

Nov 26, 2012, 04:51 AM
|
 |
|
|
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
|
|
|
You can find those in ato->add HTML/CSS Insert->CSS Inserts option
however if you want to just change the post/page titles you want to use ato->Style POSTS & PAGES->HEADLINE Box: xxxxxx
|
|
#11

Nov 26, 2012, 05:13 AM
|
|
|
|
Thank you very much! Now I got exactly what I wanted in the ato->add HTML/CSS Insert->CSS Inserts option!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
|