#How to make it so only the specifically added categories show

3 messages · Page 1 of 1 (latest)

grizzled prairie
#

I'm sure that someone else has made a piece on this, but how would I make it so that only the categories which are added to an article display. Right now none of the categories are displaying, but how do I get it so the automatic categories do not display, but the actually intended ones do?

#

Btw the reason why none display at the moment is because of the added lines in the common.css of:

.catlinks {
    display: none !important;
}```