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.

#1 2011-11-22 18:59

kenlhlp
Member

Shopping Theme Color change

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

 

#2 2011-11-23 00:11

rat
Administrator

Re: Shopping Theme Color change

Use Firebug!


Be careful what you wish for — you might get it.

Offline

 

#3 2011-11-23 09:23

kenlhlp
Member

Re: Shopping Theme Color change

What is Firebug?

Offline

 

#4 2011-11-23 12:09

kenlhlp
Member

Re: Shopping Theme Color change

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

 

#5 2011-11-24 00:49

rat
Administrator

Re: Shopping Theme Color change

What is Firebug?

The background is set by the following CSS selectors:

Code:

.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;
}

Be careful what you wish for — you might get it.

Offline

 

#6 2011-11-24 10:46

kenlhlp
Member

Re: Shopping Theme Color change

Perfect!

Thank you,
Ken

Offline

 

Board footer

Powered by PunBB