Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] How to change font size <h1> <h2> <h3> <h4> <h5> <h6> (http://forum.bytesforall.com/showthread.php?t=3779)

jesusguevarautomotriz Oct 8, 2009 01:58 AM

[SOLVED] How to change font size <h1> <h2> <h3> <h4> <h5> <h6>
 
So some people tell me "the titles there's no difference between them"; I recently upgraded to Atahualpa 3.4.4. But I think what font size <h1> <h2> <h3> <h4> <h5> <h6> are too big. How to Change it?

I look A.T.O. but i dont find a option to change.
I look Css.php, both old and new Athahualpa version, but I dont khow php. I whant aprox
<h1> <h2> <h3> <h4> <h5> <h6> arer elatively more small.

Old Version
PHP Code:

 {font-size2.15emfont-weightbold;}
h2 {font-size1.85emfont-weightbold;}
h3 {font-size1.6emfont-weightbold; }
h4 {font-size1.4em;}
h5 {font-size1.2em;}
h6 {font-size1em;} 

New Version
PHP Code:

/*
h1 {font-size: 2.15em; font-weight: bold;}
h2 {font-size: 1.85em; font-weight: bold;}
h3 {font-size: 1.6em; font-weight: bold; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
*/

h1h2h3h4h5h6 {
  
color#000;
  
displayblock;
  
/* fixed for Non-PCs without Photoshop CS2+ */
    
font-smoothalways;
}

h1 font-size34pxline-height1.2margin0.3em 0 10px; }
h2 font-size28pxline-height1.3margin1em 0 .2em; }
h3 font-size24pxline-height1.3margin1em 0 .2em; }
h4 font-size19pxmargin1.33em 0 .2em; }
h5 font-size1.3emmargin1.67em 0font-weightbold; }
h6 font-size1.15emmargin1.67em 0font-weightbold; } 


juggledad Oct 8, 2009 04:52 AM

you could change them there or use a CSS Insert to override them
HTML Code:

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; }

just change the font-size to what ever you want

jesusguevarautomotriz Oct 8, 2009 08:17 PM

Thankyou, very much.


All times are GMT -6. The time now is 03:40 PM.

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