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)
-   -   Changing colour of the small line on the bottom of page (https://forum.x-cart.com/showthread.php?t=42583)

bpearch 09-25-2008 12:27 AM

Changing colour of the small line on the bottom of page
 
Hi Have search forum but cant find help on this one, I cant find how to change the colour of the 1 pixel line on the bottom of the page, like this forum has one.

www.jollybranding.co.uk/shop

I ve changed most of the colours but I am stuck on this one

Thanks Colin

amxfan 09-25-2008 12:41 AM

Re: Changing colour of the small line on the bottom of page
 
the site in the link you provided has two lines on the bottom one red and one yellow to change the red one
I think you change that in your skin1.css under .HeadThinLine
if you wish to add the yellow line under the red one like the one on the site you provided
open you skin1.css file and add this to .BottomBox

border-top-width: thin;
border-top-style: solid;
border-top-color: #what ever color you want;

bpearch 09-25-2008 12:59 AM

Re: Changing colour of the small line on the bottom of page
 
Hi Thanks for that, I assumed it was an image and not a background colour!!
Silly me!!
Thanks again Colin

bpearch 09-25-2008 01:18 AM

Re: Changing colour of the small line on the bottom of page
 
Hi Just to let you all know the line at the bottom colour is changed with
}
.BottomBox {
border-top: #333399 1px solid;
background-color: #f4f5f7;
COLOR: #b1c6d7;
HEIGHT: 40px;
VERTICAL-ALIGN: middle;
PADDING-LEFT: 12px;
PADDING-RIGHT: 12px;
}

change the border top colour.

Thanks to AMXFAN for pointing me in the right direction

Colin


All times are GMT -8. The time now is 10:16 AM.

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