Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / changing the background in .css

changing the background in .css

Views: 769

Results 1 to 2 of 2
2 Oct 2014, 11:47 PM
#1
tpeck avatar

tpeck

Zen Follower

Join Date:
Oct 2008
Posts:
197
Plugin Contributions:
0

changing the background in .css

I am having trouble doing a simple thing: changing the basic background colour - not inside the zencart, but around it.

Attachment 14569

I have tried adding this in various .css files of my template, but no go:

body {
background-color: #e5edf5;
background-image: url('http://mydomain.com/images/bg2.gif');
background-repeat: repeat-x;
}

Am I looking in the wrong place?

3 Oct 2014, 3:54 AM
#2
tpeck avatar

tpeck

Zen Follower

Join Date:
Oct 2008
Posts:
197
Plugin Contributions:
0

Re: changing the background in .css

I have solved it by using the Chrome browser and Tools / Developer tools.

Right click on the website part and choose inspect element - the stylesheet place comes up on the right.

Should have known to do this before...