Robertas V Posted August 25, 2010 Share Posted August 25, 2010 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:+ CategoryWhen I activate category it looks like this:- Category: 1 Subcategory 2 Subcategory 3 SubcategoryHow to remove "+" and "-"?Thank you in advandce!Best regards,Robert Link to comment Share on other sites More sharing options...
D-O-M Posted August 25, 2010 Share Posted August 25, 2010 switch related code from these pictures to parent category names and delete or comment out these pictures in css file Link to comment Share on other sites More sharing options...
jhnstcks Posted August 25, 2010 Share Posted August 25, 2010 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 More sharing options...
Robertas V Posted August 25, 2010 Author Share Posted August 25, 2010 It worked, Thanks!!! Link to comment Share on other sites More sharing options...
Patric Posted August 25, 2010 Share Posted August 25, 2010 So I mark the topic as [solved].Please, next time, do it by yourself by adding [solved] at the beginning of your topic's title by editing your first post ! Thanks. ;-) Link to comment Share on other sites More sharing options...
Recommended Posts