osCommerce Change Footer Background Color
This osCommerce tutorial shows how to change or edit the footer color.
osCommerce footer background color tips:
The default oscommerce footer color is grey. You can change to any color you like.
1. Open the stylesheet.css with a good Text Editor.
2. Navigate to TD.footer (about line 93)
3. This block of css codes (about line 93 - 99) control the look and feel of the oscommerce footer.
4. The current background color of the footer is grey (#bbc3d3).
5. Change to any color you like.