XF 2.0 Unique category class icon :before

Solved. For those that would like to put a custom icon before each category just use this classes:
CSS:
.block--category1 .block-header a:before {
    font-family:FontAwesome;
    content:"\f001";
}

Just edit .block--category1 with id of cat that you'd like to customize
 
Back
Top Bottom