Community

Taxonomy Term Page, need something to be removed

Hey,

I am creating a online catalog with Drupal 7. Currently I'm using Views and Taxonomy modules to create categories for different product types and also for viewing the product itself. My problem is that Taxonomy seems to create some kind of orange picture just before the Taxonomy Term title. I have a screenshot for you to see it yourself:

http://dl.dropbox.com/u/75717543/taxonomy_term_page.jpg

I would like to remove this image or at least change the picture to something else.

I'm sure that Views and Taxonomy modules are one of the most popular ones, so I hope to receive some help from you guys! :)

Comments

bump!I would really

bump!

I would really appreciate some help with this. I'm pretty sure there are also other Drupal users, who are using Taxonomy and Views to create a kind of online catalog.

And dumb me. >.< Taxonomy ain't a module, but it's already in the Drupal core.

Kind regards,
Niko Huhtaniemi

bumping like a boss

Looking for answer to remove one little picture from the page layout! :-)

Kind regards,
Niko Huhtaniemi

_

You're probably not getting an answer since this has nothing to do with module development and that's where you posted it. I've moved it to the correct forum.

As for your question, it's pretty well impossible to help with this type of issue from a screen cap, but it looks like that image (it's a graphic of a tag btw) might be coming from your theme. Check the template files and/or css of your theme (if you inspect the element using firebug or the chrome browser, you should be able to tell where it's coming from).

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

Thanks

Thank you for your answer. I feel really stupid because I´m so newbie with Drupal. Not much of a coder but I have some knowledge of html/css. I´ll start looking for it.

Kind regards,
Niko Huhtaniemi

Found it

Hey,

I found it, it was in drupal.css:

body.page-taxonomy-term h1#page-title{ /* taxonomy term page */
background:url(../img/icons/label_32.png) no-repeat left top;

Kind regards,
Niko Huhtaniemi

nobody click here