Replace Discourse's default SVG icons with custom icons in a theme

I’d hide it with CSS and add a new button for it.

Common / CSS

.sidebar-section-wrapper {
  li[data-list-item-name=docs] {
    display: none !important;
  }
}

Add a new button in More > Customize this section
Screenshot 2024-08-23 at 9.45.46

2 Likes