Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Plugin Contributions
    0

    Change HTML Background color

    Is it possible to change the background color of the generated HTML pages?
    I have tried everything but the (real) background (page) stays as it is.

  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Change HTML Background color

    Well, if you are talkng about the zencart then you would have to make the change in the stylesheet.css
    San

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Change HTML Background color

    Poster is correct the stylesheet.css
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #005637;
    	background-color: #FEEEBD;
    	}
    This is the code and entry that you need to change

    Or if you mean the central color of the cart main pages then it is here same file
    Code:
    #mainWrapper {
    	background-color: #FEEEBD;
    	text-align: left;
    	border-left: 1px solid #005837;
    	border-right: 1px solid #005837;
    	width: 750px;
    	vertical-align: top;
    	}

  4. #4
    Join Date
    Jun 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Change HTML Background color

    Thanks problem solved!!!

  5. #5
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Change HTML Background color

    'Poster' is correct the stylesheet.css
    What is Poster?

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Change HTML Background color

    I post, she posts, you poster

 

 

Similar Threads

  1. Can't change background color? (or any color, for that matter)
    By philanthropybooks in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 6 Oct 2009, 03:26 AM
  2. Background color change
    By FITE-COMMANDER in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Mar 2009, 06:29 AM
  3. Change background color ?
    By Xaria in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Dec 2007, 11:44 AM
  4. change background color
    By hockul in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 29 Oct 2007, 02:46 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