Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question how to change the background color?

    My site is www.thesbeauty.com. Now the background color for my store is white. I want to change the background color left outside my store to pale green. Which code should I change in the stylesheet? Thanks!

  2. #2
    Join Date
    Feb 2010
    Posts
    140
    Plugin Contributions
    0

    Default Re: how to change the background color?

    In the following file

    includes/templates/classic/css/stylesheet.css

    change the background-color to the colour you want.

    Code:
    /**
     * Main CSS Stylesheet
     *
     * @package templateSystem
     * @copyright Copyright 2003-2007 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
     */
    
    body {
    	margin: 0px;
    	font-family: Verdana, Arial, sans-serif;
    	font-size: 63.75%;
    	color: #333333;
    	background-color: #eee; 
            }

 

 

Similar Threads

  1. v139h How can I change background color on search field so you can see the text?
    By heteromorphic in forum General Questions
    Replies: 5
    Last Post: 4 Nov 2013, 01:09 AM
  2. How do I change the background color in the left sidebox?
    By OrcaSoul in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 3 Feb 2010, 09:29 AM
  3. How to change the background color??
    By msl365 in forum General Questions
    Replies: 3
    Last Post: 21 Apr 2009, 10:57 PM
  4. How do i change the background color of he page body??
    By kagen in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Feb 2009, 03:54 AM
  5. How to change the background color of messagestack
    By zerocool in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Jan 2007, 07:33 PM

Posting Permissions

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