Hi,
I am using the f2 theme under WP 2.9.2 and want to increase the font size in the header.
The current font looks like this: http://abworkouts.nx9ls.com/ So I would like to take H1 and H2 up a couple of notches
Nick
Hi,
I am using the f2 theme under WP 2.9.2 and want to increase the font size in the header.
The current font looks like this: http://abworkouts.nx9ls.com/ So I would like to take H1 and H2 up a couple of notches
Nick
You can increase the font-size in these styles (in your styles.css):
#headerlogo h1 {
font-size:3em;
margin:0;
}
#headerlogo div.description {
background:none repeat scroll 0 0 transparent;
color:#FFFFFF;
font-size:1.2em;
margin:0;
}Thanks
This topic has been closed to new replies.