Quote Originally Posted by becky80 View Post
I am trying to change the Tagline here area. The logo and the browser area to start. I haven't even begun to try to figure out how to edit the main wording on the page (Have you got yours yet?) I figured I would start at the top and work my way down, but now I am to the point I am ready to pull out my hair. I am sure I have looked at the answer a few times in this forum, but I just can't make it work.

Thank you
Becky
open includes/languages/english/rustic/header/php

find the following declaration(s):

// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'TagLine Here<br />This text can be changed by<br />editing <code>includes/languages/english/rustic/header.php</code><br />To replace the logo, upload your logo.gif to <code>includes/templates/rustic/images/</code>');
define('HEADER_LOGO_WIDTH', '164px');
define('HEADER_LOGO_HEIGHT', '107px');
define('HEADER_LOGO_IMAGE', 'logo.gif');

edit the highlighted portions to suit your needs.

once you've done your edits save the file and upload it to your server (includes/languages/english/rustic/header.php

If you haven't done so already, create a new logo and save it to includes/templates/rustic/images/logo.gif