Change @ copy-right from the footer of zencart.

Go to /yourdomain.com/includes/languages

And find English.php and then find around line 16 the code like define(‘FOOTER_TEXT_BODY’, ‘Copyright &copy; ‘ . date(‘Y’) . ‘ <a href=”‘ . zen_href_link(FILENAME_DEFAULT) . ‘” target=”_blank”>’ . STORE_NAME . ‘</a>. WellWater Drink Mix <a href=”http://www.yourdomain.com” target=”_blank”>yourdomain.com</a>’); and change the name and link as you wish The bolded portion and save that in the same location.

How to change background image.

Upload it to the includes/templates/your-custom-template/images folder. In your favorite plain text editor, open the includes/templates/your-custom-template/css/stylesheet.css At the top of the file, usually line 1, find this code:

body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background: #fff;}

Change the code to:

body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-image: url(../images/your-background-image-name.jpg);}

“url= http://www.yourdomain.com/includes/templates/yorkshire_clean/images/rr.jpg like this”

 

 

Related Posts

How to use your customize PayPal button?

How to use your customize PayPal button?

PayPal button Customization: PayPal button ! you can change the default one first login to your paypal account then click the “Merchant Services” Now  click “Buy Now” button. Now click Customize text or appearance(optional) here and you will see a button named “Use...

read more
Add links to the NavMain Menu in Zen Cart?

Add links to the NavMain Menu in Zen Cart?

Add Links: Add links to the Home Nav Main menu is set to the Zen Cart store front. There are occasions when you may wish to alter this behavior. For example, if your online store is in a sub directory of your main website, you might be looking to set Home to link to...

read more