/
Hide Concerts

Hide Concerts

<p>Removes the Upcoming Concerts badge and hides the All Upcoming Concerts section for a cleaner artist page experience.</p>

Source Code (CSS)
/* Removes the "All Upcoming Concerts" list/scroller and its wrapper padding */
[data-upcoming-concerts],
.concerts-scroller,
.page-stack-item:has([data-upcoming-concerts]) {
  display: none;
  padding: 0;
  margin: 0;
  height: 0;
  min-height: 0;
}

/* Removes the "Upcoming Concerts" badge */
.upcoming-concert-badge {
  display: none;
}