New Zenner
- Join Date:
- Jun 2010
- Posts:
- 11
- Plugin Contributions:
- 0
page back ground
Hi where do i change the page background of my website?
Views: 1,549
New Zenner
Hi where do i change the page background of my website?
Totally Zenned
In the body tag styling at the top of your stylesheet
New Zenner
Hi Thnx Kuroi. Sorry but can you be more specific? i'n new to all this. thnx :blush:
Black Belt
It depends on whether you want to change the color or add an image. As kuroi said, you look in your stylesheet for the body tag. In a stock Zencart installation it looks like this:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
}
Change the red part to change the color of the background.
New Zenner
THNX a mill Stevesh i came right.. :clap:
New Zenner
Does anyone know if you could have a different page background and header per manufacturers?
Totally Zenned
Not a good idea to jump into a thread with a different question. It lowers the possibility of getting an answer as your question does not match the title of the thread. Close but really different
That said, go to your css folder in the template_default folder and read the read the CSS_read_me.txt and see if that doesn't help.
New Zenner
dbltoe:
Not a good idea to jump into a thread with a different question. It lowers the possibility of getting an answer as your question does not match the title of the thread. Close but really different
That said, go to your css folder in the template_default folder and read the read the CSS_read_me.txt and see if that doesn't help.
I hadn't realized that I hit response, I thought I was making a new thread. I do know better than to "highjack" a thread
Tell staff why this post should be reviewed.