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