I'm using responsive classic and can't for the life of be figure out how to set a header background image i've tried
but no joy?Code:#headerWrapper {background-image:("../includes/templates/responsive_classic/images/bg.jpg")}
I'm using responsive classic and can't for the life of be figure out how to set a header background image i've tried
but no joy?Code:#headerWrapper {background-image:("../includes/templates/responsive_classic/images/bg.jpg")}
Have you tried:
And also cleared your cache/sessions? Ideally you would try such a change by pressing F12 and then locally modifying the css to see the result. Once satisfactory then commit it to the css file/site.Code:#headerWrapper {background-image:("../images/bg.jpg")}
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Just tried the following using google inspect elements and it was finding the image but not showing as a bg image. I tried leftboxheading incase it was to do with headerwrapper but still no joy.
Code:#leftBoxHeading {background-image:url ("../images/bg.jpg");}
I've still not managed to come up with a solution.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
What are you wanting/expecting??Originally Posted by vvomble
Zen-Venom Get Bitten
Also as far as to applying the bg image to various areas of the page, it also depends on in which css file the option is applied as there are several occasions of the background loading with the image aspect being set as none. There are factors involved there that could affect overlay (z-index), removal, etc..
Agree that having additional information about what the final product is to look like would help sort things out. :)
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
simply changing headerWrapper color affects the footer. navCatTabsWrapper is covering both that and headerwrapper. I've contacted DRBYTE about this bug as i've never really had any major issues with zencart CSS elements and it's been a dream to work with up until the most recent update of 1.5.5. It did take a while to get my head round responsive classic at first but again once I'd sussed it it was great it's just the latest update that's causing the issues with the CSS for me.
Well this does not help at allOriginally Posted by vvomble
You post a picture some code and a red arrow pointing to an image and state "This is where header wrapper is going. Any suggestions? "
Again I ask you "What are you wanting/expecting?? "
Zen-Venom Get Bitten