Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Question about category images

Question about category images

Locked

Views: 835

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
9 Mar 2009, 8:57 PM
#1
beyre avatar

beyre

Zen Follower

Join Date:
Feb 2009
Posts:
422
Plugin Contributions:
0

Question about category images

http://www.theironhorseman.com/motorcycle-store/

When you click on most of the categories, there will be sub-categories. We have 150px x 200px sub-category images.

However, when you click on one of those sub-categories, the next page ... that same image is displayed at the top of the page (regardless of if there are products listed or further sub-categories).

I deleted the category images within Admin but that deletes both instances.

What are the template files called for altering the layout of the sub-category listing pages, and the pages where the sub-category icon (top center of page) is?

Thanks in advance!

10 Mar 2009, 9:05 AM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Question about category images

You can control the display/hide of elements with a simple:

display: none;

addition to that element's style in the stylesheet.

Try:

#categoryImgListing {display:none;}

That will render the category image HIDDEN for that particular instance.