Jump to content

[Solved] Removing "+" and "-" in category


Recommended Posts

Hello,

I'd like to create subcategories in category. I'd like to activate dynamic (animated) mode for sub levels. I need some help removing "+" and "-" in my category. I will give you an example so that it would easier to understand.

Before opening category it looks like this:

+ Category

When I activate category it looks like this:

- Category:
      1 Subcategory
      2 Subcategory
      3 Subcategory


How to remove "+" and "-"?

Thank you in advandce!

Best regards,
Robert

Link to comment
Share on other sites

If you find the following code in your css file and remove the background image code it should remove the '+ and '-'.

div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif') }
div#categories_block_left span.CLOSE { background-image: url('../img/icon/more.gif') }

Link to comment
Share on other sites

×
×
  • Create New...