Re: Disable/Remove "There are no topics in this category."
Using this simple CSS, I have turned all of my categories with subcategories into cosmetic categories only:
.subcategory+hr,
.subcategory~.clearfix,
.subcategory~.alert {display:none;}
Re: Disable/Remove "There are no topics in this category."
Using this simple CSS, I have turned all of my categories with subcategories into cosmetic categories only:
.subcategory+hr,
.subcategory~.clearfix,
.subcategory~.alert {display:none;}