Thank you for reply.
I have tried to use the documentation, but it is very difficult because my CSS skills are very limited.
I have managed to transform the menu into the way I want it to look, so now I only need the plus/minus sign on the left side of the categories with sub-categories.
Please see image below to see how I need it to look.
I have manage to find this CSS code using firebug from the original category list display.
.panel h3.pane-toggler-down a {
background: url("../images/slider_minus.png") no-repeat scroll right top #F5F5F5;
border-bottom: 1px solid #DDDDDD;
}
.panel h3.pane-toggler a {
background: url("../images/slider_plus.png") no-repeat scroll right top #F5F5F5;
}
I tried to instert the code in the custom css file, but with no result, any advice on how to proceed ?