Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A frustrated girl with a mini-problem


victoriouspirate

Recommended Posts

Posted

I think it's "main" but osCommerce also has a nasty habit of hard-coding style information. Check both your root level and language level index.php for any "font" settings.

 

Actually, if you're not already using it, get Firefox - and when installing, don't choose "default" but the other option. That way you'll get the DOM Inspector which will help you tracking down any font settings. Together with the Chris Pederick toolbar, it's an absolute life saver.

 

And never, ever assume osCommece works with CSS ... there's still lots of hard-coding around, despite using a CSS file.

 

all the best, Terra

My code for combining PayPal IPN with ** QTPro 4.25 ** osC Affiliate ** CCGV(trad)

and how to solve the invoice already paid error

General info: Allow customer to delete order comment ** FTP Programs & Text Editors ** Amending order email **

Posted

It's here, if it's not in the html like Terra said, I added white text at bottom of the class

http://victoriouspirate.com/catalog/stylesheet.css

td.main, p.main	(line 188)
{
font-family: Verdana,Arial,sans-serif;
font-size: 11px;
line-height: 1.5;
color: ffffff;
}

 

Yes, get firefox and install the web developers tools, you'll never go back.

 

scot

Archived

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

×
×
  • Create New...