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)
-   -   Main.css (https://forum.x-cart.com/showthread.php?t=51753)

Panther 01-13-2010 09:39 AM

Main.css
 
Anyone know where I can find the main.css file in my version of X-Cart? I've looked everywhere and can't find it.

Thanks in advance.

balinor 01-13-2010 10:10 AM

Re: Main.css
 
In 4.1 it is skin1/skin1.css

Panther 01-13-2010 01:55 PM

Re: Main.css
 
Where in the skin1/skin1.css file would I change the background color to an image file?

Thanks

balinor 01-13-2010 02:42 PM

Re: Main.css
 
The body tag controls the background

Panther 01-13-2010 04:20 PM

Re: Main.css
 
Do you mean what I have in red below?

BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT { color: #232323; font: 11px Verdana, Arial, Helvetica, Sans-serif; }
a { color: #002A53; text-decoration: none; }
a:hover { color: #860000; text-decoration: underline; }
H1 { font-size: 15px; }
H2 { font-size: 13px; }
H3 { font-size: 12px; }
HR { color: #ddd; height: 1px; }
HTML,BODY { margin: 0 7px 0 7px; background: #fff; }
FORM { margin: 0; }
TABLE,IMG { border: 0; }
TD { vertical-align: top; }

balinor 01-14-2010 12:52 PM

Re: Main.css
 
Yes

Panther 01-15-2010 02:48 PM

Re: Main.css
 
Well I changed it to the below and it didn't make a difference. Any ideas?

HTML,BODY { margin: 0 7px 0 7px; background: url('images/mainbg.gif') repeat#fff; }
FORM { margin: 0; }
TABLE,IMG { border: 0; }
TD { vertical-align: top; }

ARW VISIONS 01-16-2010 04:23 AM

Re: Main.css
 
you need a space between repeat and #fff

btw you can lose the repeat, its the default behavior

ARW VISIONS 01-16-2010 04:23 AM

Re: Main.css
 
follow this link to learn a good bit about CSS

http://www.w3schools.com/css/default.asp

Panther 01-16-2010 09:24 AM

Re: Main.css
 
Anyone know where to change the background behind the Welcome portion of the main page?

Thanks


All times are GMT -8. The time now is 11:51 AM.

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