View Single Post
  #2  
Old 12-21-2004, 06:56 PM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default Re: New user with some basic questions

Quote:
Originally Posted by jclick
I've just started using x-cart gold. What's the best way of changing the colors of the store front? Also, what's the best way of removing the x-cart icon?

Ok for the firts one you need to change the color codes on the skin1.css The names are very self explanatory.

for the second one you will need to modify skin1/head.tpl and replace the following line of code

Code:
<a href="{$http_location}"><img src="{$ImagesDir}/x-logo.gif

replace it with

Code:
<a href="{$http_location}"><img src="{$ImagesDir}/yourlogo.gif

Hope this will help

Kind regards,
Ricky
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote