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)
-   -   New user with some basic questions (https://forum.x-cart.com/showthread.php?t=11061)

jclick 12-21-2004 06:34 PM

New user with some basic questions
 
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?

rjcbear 12-21-2004 06:56 PM

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

jclick 12-22-2004 03:59 AM

Ricky,
Thanks, I'll give it a shot

balinor 12-22-2004 04:10 AM

Also be sure and try out Webmaster mode over in your admin menu. It will help you find which templates are which, and will also allow you to edit a lot of the text content.

The X-cart manual is also very helpful and will walk you through many of the tasks.


All times are GMT -8. The time now is 12:34 PM.

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