Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to change the text under the logo?

how to change the text under the logo?

Locked

Views: 2,050

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Jun 2006, 8:39 PM
#1
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

how to change the text under the logo?

2 Silly question:

  1. How to delete the "home. log in" text above the logo?

  2. How to change the text of "EZPages :: Privacy Notice :: Shared :: Zen Cart" to any text I want to put there?

Thanks a lot!!

Lina

10 Jun 2006, 9:43 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: how to change the text under the logo?

lina0962:

  1. How to delete the "home. log in" text above the logo?Easiest way is to add the following to your stylesheet> #navMainWrapper {display:none}It won't actually delete it, but it will supress its display and that of the other links such as shopping cart, checkout and logout that also appear in this navigation bar. If you really want to delete it, then make a copy of tpl_header.php in the common directory of your template and edit out the code that generates these links in the first place (you'll find it inside the #navMainWrapper <div>.

lina0962:

  1. How to change the text of "EZPages :: Privacy Notice :: Shared :: Zen Cart" to any text I want to put there?This has already been answered in the thread where you asked it earlier. Please don't post the same question twice - it just makes extra work for other people.