victoriouspirate Posted June 28, 2006 Posted June 28, 2006 It's really so stupid... I can't figure out what value to change in my CSS to alter the body text: victoriouspirate.com/catalog/index.php. I just want it to be legible, dammit. I changed the body color to black so I need the text to be white/grey. Thank you for helping me <3
Terra Posted June 28, 2006 Posted June 28, 2006 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 **
scootd Posted June 28, 2006 Posted June 28, 2006 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
victoriouspirate Posted June 28, 2006 Author Posted June 28, 2006 Thanks so much for the help. Every time I take on a project I swear that it's the last one, hoping the next time I'll have money to hire someone... <3
Recommended Posts
Archived
This topic is now archived and is closed to further replies.