Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / top subcatogary images

top subcatogary images

Locked

Views: 2,169

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
13 Apr 2007, 11:49 AM
#1
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

top subcatogary images

how can i get rid of these???

i want the little image at the top, but want the image for my list of catogaries and they use the same image so i cant just remove the image i need to just remove the image from the top subcatogary image

i can adjust the size of it in the image section in the config in admin but i can give it a size of 0 to get rid of it.

any help??

16 Apr 2007, 3:49 PM
#2
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: top subcatogary images

Edit the template for the page that you don't want to see the image on. If you can give me a link to the "offending" page, I can tell you what template file to look at.

16 Apr 2007, 4:02 PM
#3
haredo avatar

haredo

Totally Zenned

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

Re: top subcatogary images

kitcorsa:

how can i get rid of these???

i want the little image at the top, but want the image for my list of catogaries and they use the same image so i cant just remove the image i need to just remove the image from the top subcatogary image

i can adjust the size of it in the image section in the config in admin but i can give it a size of 0 to get rid of it.

any help??

Try this:
Need a url, but I believe this is what you are asking.

edit > your template > stylesheet.css

#categoryIcon {
display:none
}

Mark,

17 Apr 2007, 10:39 AM
#4
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: top subcatogary images

here is a link

http://www.rubberduckbathrooms.co.uk/store/index.php?main_page=index&cPath=18_24

managed to turn it off on the product its self as there is a option in admin, but the only option for this in admin for this also turn it off on my cat listing page as seen here

http://www.rubberduckbathrooms.co.uk/store/index.php?main_page=index&cPath=18

17 Apr 2007, 1:43 PM
#5
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: top subcatogary images

haredo:

Try this:
Need a url, but I believe this is what you are asking.

edit > your template > stylesheet.css

#categoryIcon {
display:none
}

Mark,

nope this not work

17 Apr 2007, 2:09 PM
#6
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: top subcatogary images

kitcorsa:

nope this not work

Are you sure you did this correctly? Marks bit of code did work for me, placed at the bottom of my stylesheet.css.

#categoryIcon {
	display:none
	}

If you have it, you may want to use the Firefox Web Developer Add-on, view one of your subcategory pages in FF and select "Display ID & Class Details" from the Information drop-down list. You'll see the name of the subcategory image. (Mine, and obviously Marks, are both #categoryIcon. Yours may be different for some reason) If indeed it is different, use that name with Marks bit of code and that should do the trick.

Good luck!!

Tim

18 Apr 2007, 3:12 PM
#7
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: top subcatogary images

yeah i changed my css and it didn't change it

18 Apr 2007, 3:24 PM
#8
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: top subcatogary images

that tool is kool

the image im after loois is #categoryImgListing .categoryImg

18 Apr 2007, 3:32 PM
#9
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: top subcatogary images

#categoryImgListing {
display:none
}

this is the one that worked

18 Apr 2007, 4:16 PM
#10
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: top subcatogary images

kitcorsa:

#categoryImgListing {
display:none
}

this is the one that worked

Hey, great to hear you worked it out.

Yeah, that ff web designers tool is very handy! I build my sites in IE (mainly because they look like crap in FF :huh: ) but I use that tool all the time for just this kind of thing.

18 Apr 2007, 5:00 PM
#11
graphicman avatar

graphicman

New Zenner

Join Date:
Dec 2004
Location:
Wakefield. UK
Posts:
82
Plugin Contributions:
0

Re: top subcatogary images

Thanks MeltDown i've been looking at that this morning.

Cheers