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,