JustinS Posted May 1, 2013 Posted May 1, 2013 I just need to know how to remove the - > from the categories box, I don't want the counts (already removed) or those symbols in the boxes. And on this note, is there any one category add-on that stands out from the rest, like superfish etc? I'm wanting to learn to design my site without using any set pre-made templates because I feel it will be more rewarding. Thanks a lot
Guest Posted May 1, 2013 Posted May 1, 2013 @@JustinS In the /includes/modules/boxes/bm_categories.php file edit the following line: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; to this: if (tep_has_category_subcategories($counter)) { $categories_string .= ''; Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.