Can any one help me out to show me how can i reduce the font in the header
The Biodisc Miracles at my site http://www.directtrading.biz/mtt
Regards
Mohd
Can any one help me out to show me how can i reduce the font in the header
The Biodisc Miracles at my site http://www.directtrading.biz/mtt
Regards
Mohd
You can do that by editing the style.css file of your theme.
This is the part that tells the browser what size the header title has to be:
#header h1 {
font-size: 3.0em;
3.0em means that it's three times the default font size, which in your case is 10. That means a font size of 30 pixels.
You can change that for 2.0em, 2.5em or whatever you want.
Cheers!
This topic has been closed to new replies.