Topic: Can lore tags be hidden

Posted under Tag/Wiki Projects and Questions

Hi, I couldn't find anything about hiding lore tags. Is there a way to do this? specifically from the main taglist while browsing posts.

Updated

Try clicking on "Lore" in the tag list. However, I don't know if this will carry over onto posts browsed to later on.

This can be done to hide or unhide any of the categories on a post's tag list.

I meant on the tag list when browsing the whole site. I can hide lore tags for individual posts, but not on the list while browsing.

scalemail said:
I meant on the tag list when browsing the whole site. I can hide lore tags for individual posts, but not on the list while browsing.

Add this custom CSS to your profile if you want to live without seeing lore tags. User settings > Advanced > Custom CSS style

li.category-8, h2.lore-tag-list-header {
    visibility: hidden;
    height: 0;
    margin: 0;
}
  • 1