Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
I am trying to change the header background color for the Shopping Theme and having dificulty finding the code in the correct css. Any help would be appreciated.
Thank you,
Ken
Offline
Use Firebug!
Offline
I have found the color code for the header background color and changed them all to match the background in the logo. I am missing something somewhere as the background color stays the same. Here is a link to my store:
http://www.beadzinc.com/BzincStore/shop/
What am i missing...
Thank you,
Ken
Offline
What is Firebug?
The background is set by the following CSS selectors:
.shp_topbg {
background: url(../../images/shp_top_bg.gif) left top repeat-x;
right: 4px;
height: 216px;
}
.shp_tl {
background: url(../../images/shp_topleftcorner.gif) left top no-repeat;
left: 0px;
height: 216px;
width: 100px;
}
.shp_tr {
background: url(../../images/shp_bags.gif) left top no-repeat;
right: 4px;
height: 216px;
width: 292px;
}Offline