Results 1 to 3 of 3

Thread: How to change the design color.

  1. #1
    Join Date
    Jan 2009
    Location
    United States of America
    Posts
    45

    Default How to change the design color.

    Anybody know how to change the whole site design color, I guess background color.

  2. #2

    Default

    You can change the site color by editing templates/css/style.css

    Findout the following from style.css and modify the color.

    #wrapper {
    background-color:#FFFFFF; (Replace this with your color)
    margin:0 auto;
    min-width:960px;
    padding:0;
    text-align:left;
    width:60em;
    }

  3. #3
    Join Date
    Jan 2009
    Location
    United States of America
    Posts
    45

    Smile

    Wow man thanks for the info

Tags for this Thread

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
  •