Increase overall Setlist text size

Hey @KevinP,

The workaround is Custom Styles (CSS).

This came up in another thread recently, and the solution is the same: open your styles.css file (AbleSet icon tray → :gear:Show Global Custom Styles) and add:

.setlist-entry button.title {
  font-size: 1.3rem;
}

Adjust the value to your liking. Just note that this will also affect the text size in the main Setlist view, not just the Canvas element.

Would that work for your use case?