Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   possible to edit H1-H6 settings? (http://forum.bytesforall.com/showthread.php?t=2453)

Monkey_Fist Jul 15, 2009 02:21 PM

possible to edit H1-H6 settings?
 
was wondering if there is a way to custom configure the H1-H6 settings? If not yet, might be a cool option for future versions. Color, font and size.

coop42 Jul 15, 2009 02:39 PM

Go to ATO > Various Content Items > # Add HTML/CSS Inserts and put the changed H1/H6 in the text area.

Monkey_Fist Jul 15, 2009 02:42 PM

ok, dumb question. I'm not a coder. Where do I find the framework code for that? I can probably manage the changes if its not too cryptic, but I need the skeleton.

Flynn Jul 16, 2009 06:38 AM

This is the default setting for H1-H6. Put it into HTML/CSS Inserts -> CSS Inserts and modify it


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

Monkey_Fist Jul 16, 2009 12:01 PM

Wunderbar! Thank you :)

Alcatraz Nov 19, 2010 07:54 AM

Hi Flynn

You say that:
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;}

are the default settings for H1 - H6... well Ive tried inserting it in CSS inserts and no change. If they are the default settings where exactly are those settings? This is so I can hard code them from their source.
Thanks

juggledad Nov 20, 2010 04:57 AM

use this format
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; }



All times are GMT -6. The time now is 04:16 AM.

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