Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to make the font smaller?


Guest

Recommended Posts

Posted

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

Posted

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. տլ

Posted

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');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...