Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I remove the catagory name?

How do I remove the catagory name?

Locked

Views: 1,375

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
22 Mar 2008, 6:21 PM
#1
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

How do I remove the catagory name?

Once you click on a category, I need to remove the category name just above the logo.

See here on this page, the word flipper above the image: .

http://cupcakecuddles.com/index.php?main_page=index&cPath=1

22 Mar 2008, 7:11 PM
#2
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: How do I remove the catagory name?

Also how do you delete the words "log in"?

22 Mar 2008, 8:10 PM
#3
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: How do I remove the catagory name?

nevermind I figured out the login - but still needing help with the category names.

22 Mar 2008, 10:33 PM
#4
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: How do I remove the catagory name?

I suppose you could always make the font color the same as your background. I am sure this isn't the proper way to do it but it would work.

You might want to think about resizing some of your product images. I clicked on a few and they were HUGE. For instance, the Hawaiian Girls Gift Set picture is 3072 x 2304. Maybe a size of 640 x 480 would be better. That larger size was about 2 megs.

Just a thought.

22 Mar 2008, 10:39 PM
#5
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: How do I remove the catagory name?

Yeah I could change the color. Yeah my client is adding those images, I told her they need to be resized. Thanks!

22 Mar 2008, 11:47 PM
#6
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: How do I remove the catagory name?

Well I can't change the color because its part of H1 heading, then I would be making the pieces of the site invisible. Anyone else have any other suggestions?

23 Mar 2008, 12:03 AM
#7
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: How do I remove the catagory name?

Add this to your CSS Stylesheet

#productListHeading {display: none;}

23 Mar 2008, 12:08 AM
#8
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: How do I remove the catagory name?

Thank you, you rock!