Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / background colour change!

background colour change!

Locked

Views: 1,570

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
3 Mar 2008, 9:03 PM
#1
eggrush avatar

eggrush

Zen Follower

Join Date:
Apr 2007
Posts:
153
Plugin Contributions:
0

background colour change!

anyone know how to change the overall background colour from white to black on this test site:

http://www.canvas-style-art.co.uk/shop

cheers:lamo:

3 Mar 2008, 9:08 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: background colour change!

Site is down for maint

3 Mar 2008, 9:12 PM
#3
eggrush avatar

eggrush

Zen Follower

Join Date:
Apr 2007
Posts:
153
Plugin Contributions:
0

Re: background colour change!

try again i am just playing around with it

3 Mar 2008, 9:24 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: background colour change!

Find and add the highlighted line to your stylesheet.css file

body {
	margin: 0;
        background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	}
3 Mar 2008, 9:30 PM
#5
eggrush avatar

eggrush

Zen Follower

Join Date:
Apr 2007
Posts:
153
Plugin Contributions:
0

Re: background colour change!

thanks, i cant understand why that line of code was missing, must have been deleted when i updated the products ss.

cheers