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 © ‘ . 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”