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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi I like to change the colour on the mainpage. Please help me where can I do it. Tks Regards Richard Tan |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| 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;
}
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change text colour for hyperlinks in boxes | ChocolateTeapot | osCommerce 2.2 Modification Help | 1 | 04-25-2005 12:05 PM |
| Can't change colour with WYSIWYG Editor | michaelp | osCommerce 2.2 Modification Help | 0 | 03-04-2004 01:56 PM |
| how do I change the colour of the box border? | jloyzaga | osCommerce 2.2 Modification Help | 2 | 10-23-2003 02:13 PM |
| pop up image background colour change | starchild | osCMax v1.7 Discussion | 0 | 10-01-2003 06:13 AM |
| date and request table- how to change colour | bushman | osCMax v1.7 Discussion | 1 | 08-23-2003 02:18 PM |