I have the header background working for the home page and one category page (Fighter Pilots). So why isn't working on the Rosie the Riveter category? I have the style sheet and the images set up the same. I also tried it on 1 ez page (We Donate) and it's not changing! Please help.
http://www.aircorpsdepot.com/store2/index.php
HTML Code:
.smartBG_1 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/header-bg2.png') center no-repeat; height: 280px;}
.smartBG_2 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/header-bg3.png') center no-repeat; height: 280px;}
/*example to set header bg for ez-page id 1*/
.smartBG_page1 #logoWrapper {margin: 0; padding: 0; width: 100%; display: block; background: url('../images/headerbg_page1.png') center no-repeat; height: 280px;}
Thanks