Jump to content

Is there a setting to hide tags on topic lists?


Go to solution Solved by David N.,

Recommended Posts

  • Solution

So it tuns out that this previous code would still display "3 more" for example for posts having more tags that couldn't be displayed. 

This is the better CSS selector to hide the entire list of tags: 

/* Hide tags on topic list */
body[data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="forums"] ul.ipsTags {
	display:none;
}
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...