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 the color of the head.tpl where the xlogo.gif goes (https://forum.x-cart.com/showthread.php?t=8015)

Ryano 06-09-2004 11:12 AM

Changing the color of the head.tpl where the xlogo.gif goes
 
Can anyone tell me how to change just the color of the top part of the customer page, where the xlogo.gif normally goes? Also, I'd like to possbily use a checkeredflag.gif, and have it run across the entire background up on top. Is there a way to have it in the background up on top so that the speed bar still shows up over it?
I would like to use the checkeredflag.gif file and be able to use it as a tile where it spreads across the whole top part.

Cart Security 06-10-2004 08:38 PM

Color Change
 
Most of your color changing can be controlled from the skin1.css file.

Brian Peat 08-17-2004 03:41 PM

actually
 
Actually, it's not in the .css file. I ended up adding bgcolor="white" to the head.tpl file inside the first TABLE command. It made the header white, while the rest of the "body" of my store is grey, which was set in the css file. So the top of your head file should look something like this:

Code:

{* $Id: head.tpl,v 1.40.2.1 2004/07/14 08:10:08 svowl Exp $ *}
<TABLE bgcolor="white" border="0" cellpadding="0" cellspacing="0" width="100%">


With your color substituted for the word white. Did the trick for me :)


All times are GMT -8. The time now is 01:32 AM.

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