X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Easy background question (https://forum.x-cart.com/showthread.php?t=51241)

Brian Hannon 12-10-2009 12:32 PM

Easy background question
 
What line of CSS holds the background image for the whole site?
Thank you!!!

hoosierglass 12-10-2009 12:36 PM

Re: Easy background question
 
What skin are you using?

yehudah 12-10-2009 06:09 PM

Re: Easy background question
 
Look for the Body class and add the image there
something like this


html,body {
height: 100%;
background-color: #ffffff;
background: url(images/mainbg.jpg) repeat-x top;
}

Brian Hannon 12-11-2009 06:54 AM

Re: Easy background question
 
I'm using fasion mossaic grey.

Brian Hannon 12-11-2009 08:51 AM

Re: Easy background question
 
yehudah http://forum.x-cart.com/images/statusicon/user_online.gif vbmenu_register("postmenu_275284", true);
I also tried that code Yehudah but it didn't work.

yehudah 12-11-2009 09:04 AM

Re: Easy background question
 
Brian please send me the link to your site and i will tell you exactly which css file contains the style you are looking


proboscidian 12-13-2009 08:27 AM

Re: Easy background question
 
I haven't used the fashion mosaic skin, but using the 2 column light and lucid scheme in 4.3 added an additional style sheet called altskin.css. I was going crazy trying to make changes in the main css file that didn't get reflected on the front end of the website until I noticed that! Could be your problem is there.


All times are GMT -8. The time now is 10:52 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.