Hi
I like to change the colour on the mainpage.
Please help me where can I do it.
Tks
Regards
Richard Tan
This is a discussion on I want to change the colour setting of the mainpage. within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi I like to change the colour on the mainpage. Please help me where can I do it. Tks Regards ...
Hi
I like to change the colour on the mainpage.
Please help me where can I do it.
Tks
Regards
Richard Tan
You need to be familiar with CSS, but all colors and styles can be changed within the document /catalog/stylesheet.css
In that file, you can start by changing the background color for the BODY tag - just change the #ffffff to whatever hexdecimal version of the color you would like it to be:
Code:BODY { background: #ffffff; color: gray; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-position: 0px 0px; }
Bookmarks