Home › Forums › Iconic One Pro Support › Need Help with Sub Category Blog Roll › Reply To: Need Help with Sub Category Blog Roll
December 4, 2016 at 4:10 pm #4674
Themonic-Support
Keymaster
1) Check out category.php line 41 – remove that line
2) It will require custom work
3) The code below will hide tags in category pages
.category .tags {
display: none;
}