The following has been added to http://www.zen-cart.com/wiki/index.php/Top_10_questions:

=== How do I Remove/Delete the Sales message or Tagline? ===
Earlier versions of Zen Cart™ required changing 3 files to accomplish this. This was necessary in order to eliminate the "empty div" bug in IE.

With Zen Cart™ v1.35 this is easily accomplished as follows:

open the ''includes/languages/ENGLISH/header.php'' file in your text editor. Find the following line of code:

Code:
define('HEADER_SALES_TEXT', '');
Delete the tagline text, making sure that the single quote marks are not deleted.
Yes we know there are more than 10 questions, but as is explained in the introduction:
Rather than a #1 - #10 list, the questions have been grouped for economy of editing.