osCommerce - Edit CSS
Like any modern day’s open-source projects, osCommerce also has one stylesheet that controls the display of links, texts and boxes. The location of css file is
/catalog/stylesheet.css
Important CSS Classes in that stylesheet file:
infoBoxHeading : To edit the style of box headings ( like box for displaying Categories, Manufacturers, Quick find etc. )
boxText : To edit the style of display text inside the boxes.
I’ll continue to update this post as and when I find other useful CSS Classes.
Thanks.