i want to show up only the image and not the name on the taxonomy block. This seems not to work. it always will show up the Image and below the name of the term in letters. Is there some way to get around this problem?
thx

Comments

heather’s picture

how about use CSS to add the property and attribute display:none; to that text item?

nancydru’s picture

Assigned: flexator » Unassigned
Status: Active » Fixed

As Heather said:

.taxonomy-image-block-name {
  display: none;
}
.taxonomy-image-block-edit {
  display: none;
}
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.