How do i get rid of the Tagline at the top? Also, i want to get rid of that whole section, where the logo is and everything. Where can I control this in the Admin Panel? Could someone direct me...thanks.
How do i get rid of the Tagline at the top? Also, i want to get rid of that whole section, where the logo is and everything. Where can I control this in the Admin Panel? Could someone direct me...thanks.
Tagline - FTP your header.php file that is in /includes/languages/english to your pc. use your editor or notepad and find the following code.
Change or remove the word leaving the single quotes intactCode:Line #21 : define('HEADER_SALES_TEXT', 'TagLine Here');
Save this edited file and FTP back to your host to your /includes/languages/english/your_template folder.Code:Line #21 : define('HEADER_SALES_TEXT', '');
Getting rid of the "whole thing" ??? Do you mean that you do not want anything displayed? Or do you mean that you want to replace this with your own logo & head image?
I am trying to get rid of the "TagLine Here" text as well. This might be a really stupid thing to say, but I do not have Line #21 : define('HEADER_SALES_TEXT', 'TagLine Here');
I can not find this text anywhere in the english.php file. Would it be somewhere else, or have I messed something up?![]()
Look in your languages/english/header.php file. Be sure you make a copy and change the copy for your override directory.
To remove the tagline and the logo image just add 'display: none;' to your #tagline class in the stylesheet.css:
#tagline{
...
...
display: none;
}
Thank you. Great help.![]()
Man, Did I go through H*** before I found this post.
I suggest that if anyone wants to remove a feature of zencart DO YOUR READING FIRST!
Trust me it will save you hours of banging your head on your desk.
The fourms here are great and if you don't find the answer the first time you search the user fourms try a diferent keyword. Did I mention I love zencart?![]()
Another handy dandy toy is in your Tools ... Developer's Tool Kit ...
In the bottom input box, type a peice of the text or code etc. that you are looking for and select Catalog or Admin or Catalog/Admin from the dropdown ... then click Search ...
This will list for you all php files with that in it ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!