Quote Originally Posted by mydanilo
It worked for me too. BUT how do you get rid of the purple divider that shows below the categorie and the New Listing etc.?
in the tpl_categories_css.php sidebox template file, around line 28 is this:
PHP Code:
    $content .= '<ul class="level1"><li><a href=""> </a></li></ul>';  // insert a blank line/box in the menu 
Try commenting it by adding // before it.