Results 1 to 2 of 2

I want to change the colour setting of the mainpage.

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 ...

      
  1. #1
    New Member
    Join Date
    Jun 2004
    Posts
    5
    Rep Power
    0


    Default I want to change the colour setting of the mainpage.

    Hi

    I like to change the colour on the mainpage.

    Please help me where can I do it.

    Tks



    Regards
    Richard Tan

  2. #2
    New Member
    Join Date
    May 2004
    Location
    Philadelphia, USA
    Posts
    10
    Rep Power
    0


    Default Change the stylesheet.css

    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;
    }

Similar Threads

  1. Change text colour for hyperlinks in boxes
    By ChocolateTeapot in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 04-25-2005, 12:05 PM
  2. Can't change colour with WYSIWYG Editor
    By michaelp in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 03-04-2004, 01:56 PM
  3. how do I change the colour of the box border?
    By jloyzaga in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 10-23-2003, 02:13 PM
  4. pop up image background colour change
    By starchild in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-01-2003, 06:13 AM
  5. date and request table- how to change colour
    By bushman in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 08-23-2003, 02:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •