Add Your Tag Line/Slogan:
Watch an Easy Help Zen Cart Video Tutorial of this step HERE.
In your favorite plain text editor, open the includes/languages/english/abbington_mega/header.php.
On or around line 25 find this code:
define(
'HEADER_SALES_TEXT'
,
'A Free Template by www.picaflor-azul.com.'
);
Change the text in green to your site tagline, or remove it for no tagline. Be sure to keep the single quotes intact.
define(
'HEADER_SALES_TEXT'
,
'Your site tagline goe here.'
);
Save the file.
***This is a php file and MUST be edited in a plain text editor. If you try to edit this file in any type of wysiwyg editor, the code will be corrupted and when you insert the file back into your zen cart it will break your entire site.***