
Originally Posted by
rc11888
Earlier i posted that my site at
www.rskcoulterproducts.com the text was too big.. well i have now made it too small.. could someone assist me in this? thanks
Ryan
Your biggest issue is your tagline:
Code:
<big><big><u>Welcome to RSK. Home of the FREE SHIPPING WAREHOUSE.</u></font>
Open up includes/languages/english/cherry_zen/header.php and change the above to this (text only, remove all the tags):
Code:
Welcome to RSK. Home of the FREE SHIPPING WAREHOUSE.
Then if you want to style that text, in your stylesheet.css, change this:
Code:
#tagline {
font-size:1.1em;
text-align:center;
padding:25px 8px 35px;
}
Code:
#tagline {
text-decoration:underline;
font-size:1.4em;
text-align:center;
padding:25px 8px 35px;
}