Category Box: Remove Arrows
Go to /includes/boxes/categories.php on line
42 you'll see:
if (tep_has_category_subcategories($counter)) {$categories_string
.= '->';}
Change
to
if (tep_has_category_subcategories($counter)) {$categories_string
.= '';}