The default template is OK for my shop, although I would like to change the background from plain white.
How do I do this? Sorry for my lack of knowledge

Thanks
Code: Select all
body {
margin: 0px;
padding: 0px;
text-align: center;
}
Code: Select all
body {
margin: 0px;
padding: 0px;
text-align: center;
background-color:#000;
}
$20 Open Cart Templates http://www.onlinetemplates.org
Tanicos Web 2.0 Design
$20 Open Cart Templates http://www.onlinetemplates.org
Tanicos Web 2.0 Design
It does not word at all,Somebody help?tanicos wrote:background: url (../image/image.jpg) repeat-x;
adding that will make an image to repeat vertically on your background. you can also add a repeating color after the image as well:
background: #000 url (../image/image.jpg) repeat-x;
Code: Select all
body {
margin: 0px;
padding: 0px;
text-align: center;
background-color:#000;
}
Code: Select all
body {
margin: 0px;
padding: 0px;
background: url('../image/bg.jpg') repeat-x;
background-color:#000;
}
Code: Select all
background: url('../image/bg.jpg');
http://forum.opencart.com/viewtopic.php?f=21&t=22895freni32 wrote:Can anyone help me on this? I did the above things in this post above and it only applied the background to the top part of the webpage header. I want this to be in the entire background of my entire website:
See here: http://www.funeralhomeflowers.org
If I already did the above edit to the body and it only did that part, what else would I need to change to make it work on the entire page the background?
Users browsing this forum: No registered users and 27 guests