Guest Posted July 23, 2004 Posted July 23, 2004 I have this code on my index.php: define('HEADING_TITLE', 'Asian home decor: Wooden(mango wood)vase, wooden(mango wood)plate, wooden(mango wood)candle'); How do i make the font appear smaller? Go to kayukayuhome.com it appears to big, i want to make the whole statement fit in one row. Thanks, Danny
Mary B. Posted July 23, 2004 Posted July 23, 2004 Change the style for pageHeading in catalog/stylesheet.css It looks like this (except yours has different colors): TD.pageHeading, DIV.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #6c0808; } They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~ Benjamin Franklin, 1759. տլ
Guest Posted July 23, 2004 Posted July 23, 2004 You may also want to try this: define('HEADING_TITLE', 'Asian home decor:<br>Wooden(mango wood)vase<br> wooden(mango wood)plate<br> wooden(mango wood)candle');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.