DEZero Well-known member Jan 7, 2014 #2 go to your style properties under forum/node list, there is a check box Upvote 0 Downvote
C.Stanley Active member Jan 7, 2014 #3 Yes i have unchecked the "Show Forum Descriptions on Node List" box and they are still showing Upvote 0 Downvote
Lukas W. Well-known member Jan 7, 2014 #4 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; } Upvote 0 Downvote
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; }
xf_phantom Well-known member Jan 7, 2014 #5 Then you should get contact your style creator because it's a bug in your style Upvote 0 Downvote
C.Stanley Active member Jan 7, 2014 #6 I deleted the descriptions and they went away. Thank you all for the help Upvote 0 Downvote
Russ Well-known member Jan 7, 2014 #7 Just for reference, the box folks were referring to in this thread disables the descriptions on the nodes themselves, not the category titles. Upvote 0 Downvote
Just for reference, the box folks were referring to in this thread disables the descriptions on the nodes themselves, not the category titles.