Hi Clyde,
I took a screenshot: click here - thanks! :)
Laurel
Hi Clyde,
I want to ask, how can I change the header bachground image. I mean that part that is divided by navBreadCrumb, above the breadcrum, where the logo stays.Is is possible to change it to some color or different picture?
If you want to change the color/image you do that in the stylesheet.css
(includes/templates/zencart_zen/css/stylesheet.css)
find the following section: add the highlighted portion.
#headerWrapper {
margin: 0 auto 10px;
background: #0000ff;
text-align: left;
position: relative;
vertical-align: top;
height:150px;
border-bottom: 1px solid #000;
position:relative;
}
If you want to add an image:
first create your image (make sure it is the width of your site and 150px high.
save the image to includes/templates/zencart_zen/images
#headerWrapper {
margin: 0 auto 10px;
background: url(../images/YOUR_NEW_IMAGE.jpg) no-repeat;
text-align: left;
position: relative;
vertical-align: top;
height:150px;
border-bottom: 1px solid #000;
position:relative;
}
Thank you very much for the fast support. I will try it as soon as possible.
Clyde,
First, I really like how clean this template looks. I have noticed one little issue when looking at several people's sites that are using it, however. Everyone seems to have the same missing file: /images/sb_header.png. It shows up in the stylesheet.css but no one seems to have it. I checked the download and don't see it there either. Is there an image missing from the zip? Here is where in stylesheet.css it is called out:
Code:.leftBoxHeading, .rightBoxHeading { margin: 0; padding: 0.5em 0.2em; background-image:url(../images/sb_header.png); background-repeat:no-repeat; color:#000; font-size: 1.3em; font-weight: bold; font-family:"Comic Sans MS";