Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to remove or add the prefix in subcategory text?

How to remove or add the prefix in subcategory text?

Locked

Views: 1,126

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 May 2009, 5:19 PM
#1
ttmb33 avatar

ttmb33

Zen Follower

Join Date:
May 2009
Posts:
201
Plugin Contributions:
0

How to remove or add the prefix in subcategory text?

Hi All,

I have been trying to look for a way to delete or add the prefix appeared in front of my subcategory text on the main page, but I still do not know how to do it. The problem is when I click on any categories name showed on the left sidebox, the subcategories appear with "prefix" that I don't want to see it.

If anyone knows how, please advise me how to do it. I really appreciate your advise. Here is my webiste URL: http://www.overproduct.com

20 May 2009, 5:28 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to remove or add the prefix in subcategory text?

I can't remember if you can turn that off in Admin, but try adding this to your stylesheet:

#indexCategoriesHeading {display:none;}

Also, you need to increase the height of #logoWrapper to at least the height of your header image so your site displays properly in IE.

22 May 2009, 2:34 AM
#3
ttmb33 avatar

ttmb33

Zen Follower

Join Date:
May 2009
Posts:
201
Plugin Contributions:
0

Re: How to remove or add the prefix in subcategory text?

Thanks so much for your guidance.