Hi where do i change the page background of my website?
Hi where do i change the page background of my website?
In the body tag styling at the top of your stylesheet
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Hi Thnx Kuroi. Sorry but can you be more specific? i'n new to all this. thnx![]()
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.
THNX a mill Stevesh i came right..![]()
Does anyone know if you could have a different page background and header per manufacturers?