![]() |
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. |
Re: Main.css
In 4.1 it is skin1/skin1.css
|
Re: Main.css
Where in the skin1/skin1.css file would I change the background color to an image file?
Thanks |
Re: Main.css
The body tag controls the background
|
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; } |
Re: Main.css
Yes
|
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; } |
Re: Main.css
you need a space between repeat and #fff
btw you can lose the repeat, its the default behavior |
Re: Main.css
|
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.