XF 1.2 How do i get rid of...

If you can't simply remove the description from the categories for whatever reason, add the following code snippet to your EXTRA.css in templates
Code:
.nodeList .categoryStrip .nodeDescription {
display: none !important;
}
 
Top Bottom