Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

font size


charlieb in ct

Recommended Posts

Posted
catalog/stylesheet.css

 

It's in there :)

 

http://www.oscommerce.info/docs/english/c_...and_layout.html

 

jon

 

I added font-size: 10px; to the Body section ( shown below).. but it didn't work... what am I missing?

thanks

charlie

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

.productsNotifications { background: #f2fff7; }

.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

 

BODY {

background: #ffffff;

color: #000000;

margin: 0px;

font-size: 14px; ----> I added the font info here but it didn't work.

}

Archived

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

×
×
  • Create New...