Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to disable category images?

how to disable category images?

Locked

Views: 1,360

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 May 2007, 11:25 PM
#1
humbll avatar

humbll

Zen Follower

Join Date:
Jan 2007
Location:
USA
Posts:
219
Plugin Contributions:
0

how to disable category images?

once i click on a category, then select a subcategory, an image related to the subcategory is displayed above the description of the subcategory, i want to turn this off..how? also, how do i disable the "New Products for May" section? thanks

14 May 2007, 12:29 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: how to disable category images?

Would you please submit me a url to your site please..

14 May 2007, 12:46 AM
#3
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: how to disable category images?

humbll:

once i click on a category, then select a subcategory, an image related to the subcategory is displayed above the description of the subcategory, i want to turn this off..how?

includes/templates/your template/css/stylesheet.css

#categoryIcon {
display: none;
}