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)
-   -   Border Color (https://forum.x-cart.com/showthread.php?t=58304)

gary@camedicalsupply.com 03-04-2011 12:41 AM

Border Color
 
I am new to this, please help me out:)

How do i change all border colors to white? or how do i remove all boarders. Thanks

cflsystems 03-04-2011 03:17 AM

Re: Border Color
 
It is all css controlled. You need to know some basic css/html at minimum to be able to do changes like this.

FF with Firebug can help you a lot

keystone 03-09-2011 12:40 PM

Re: Border Color
 
Open up skin1.css or any other .css file you have and change all the lines with variations of border such as

border-top:....#somecolorcode
border-left:...#somecolorcode
border:#somecolorcode

to
border-top:...#ffffff (which is the code for white)
border-left:#ffffff
border:#ffffff


All times are GMT -8. The time now is 03:20 AM.

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