![]() |
Background Image
OK, this should be a simple one but I've been banging my head against the wall on this. How do I add a background image to all of the pages in x-cart (version 4.2.2)?
I know I need to add Code:
background-image: url(skin1/images/custom/background.gif); |
Re: Background Image
You mean for the site?
body, html{} or in one of the containers as they have background too (white by default) |
Re: Background Image
Yes, for the site (behind the menus and dialog boxes). I tried it in main.css body,html but it didn't work. I tried making just a "body" attribute and it didn't work either. I have even tried it in the various "container" attributes and still a no go. Like I said, it should be simple.
|
Re: Background Image
You have probably tried all of these but:
In main.css in body{} just try this backgound: #FFFFFF url(images/yourimage.jpg) no-repeat scroll center top; clear xcart cache, browser cache You can also try FF and FB with background on different containers to see if its visible Oh ya and also make sure image is uploaded and name is correct in css :) |
All times are GMT -8. The time now is 11:00 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.