2 Oct 2014, 11:47 PM
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.
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?