ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
How to replace a ViArt logo with your own logo?
If you have a version earlier than 3.1, please do the following to replace ViArt logo:
1. Upload the image you wish to use by ftp.
2. Open an appropriate file in the styles folder .. i.e. default.
3. Within this file find the code:

.headerMenu td#logo img { /* Logo on the site */
width: 176px;
height: 81px;
border: 0px solid #333;
background: url(../images/default/logo.gif);
}

4. Change "../images/default/logo.gif" to the location of your logo, and also change the "width: 176px;" "height: 81px;" to match your logo.

Starting from version 3.1 the procedure of replacing ViArt Logo has become much more easier.
1. Save the image with your logo in the root images folder.
2. Go to Administration > System > System Settings, click the 'Select Image' link and select the image with your logo.
3. Save the changes and your image will be added to your site.

Please note that if you use Curved Layout for your site the procedure of adding your logo is a little bit different. To add your logo for Curved Layout please go to Administration > CMS > Site Layout > and click the 'Site Navigation' link. Find the 'Empty' field (it is number 7 by default) and enter the path to your logo image instead of ViArt logo image in the 'Menu Image' field. Save the changes and ViArt logo will be replaced with your logo.

ViArt - PHP Shopping Cart