|
#1
Nov 24, 2012, 10: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 01:23 AM.
|
#2
Nov 25, 2012, 06:17 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Look at the theme options
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Nov 25, 2012, 06:31 AM
|
|
That's where I started looking of course, but either I am blind or it's not there.
|
#4
Nov 25, 2012, 06:36 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
ato->Style Post & Pages
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Nov 25, 2012, 07: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, 01:31 PM
|
|
|
|
10,176 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, 01: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, 03:40 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Please post a URL point to an example or screen shot circling the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Nov 26, 2012 at 05:48 AM.
|
#9
Nov 26, 2012, 04: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, 05:51 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11
Nov 26, 2012, 06:13 AM
|
|
Thank you very much! Now I got exactly what I wanted in the ato->add HTML/CSS Insert->CSS Inserts option!
|
|