Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default 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??

  2. #2
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default 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.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: top subcatogary images

    Quote Originally Posted by kitcorsa View Post
    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,

  4. #4
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: top subcatogary images

    here is a link

    http://www.rubberduckbathrooms.co.uk...ex&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...index&cPath=18

  5. #5
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: top subcatogary images

    Quote Originally Posted by haredo View Post
    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

  6. #6
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: top subcatogary images

    Quote Originally Posted by kitcorsa View Post
    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.

    Code:
    #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

  7. #7
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: top subcatogary images

    yeah i changed my css and it didn't change it
    Last edited by kitcorsa; 18 Apr 2007 at 04:19 PM.

  8. #8
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: top subcatogary images

    that tool is kool

    the image im after loois is #categoryImgListing .categoryImg

  9. #9
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: top subcatogary images

    #categoryImgListing {
    display:none
    }

    this is the one that worked

  10. #10
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: top subcatogary images

    Quote Originally Posted by kitcorsa View Post
    #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 ) but I use that tool all the time for just this kind of thing.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Images instead of text in catagories-top
    By tgwse_gy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Oct 2009, 02:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg