Ok so I have some basic css experience but I am simply trying to adjust the size of the .song-name element and I know I am probably doing something very dumb thats making it not work, but I need some help.
I see in the dev tools that the font size of the song name element is:
The song title size is a bit tricky to override since it’s dynamically calculated based on the length of the title. You can add the following CSS to force-override it with a fixed size:
Oh yes! That works great! I have mine set to 36px and can see my Setlist on my iPad which is mounted on my mic stand at waist height (don’t like to make a wall of iPads in front of performers). And I can see the song list perfectly. Soooo much better. Thank you.
Maybe a feature request to make the Font Size here and a few other places adjustable from setting? Maybe colors too?
BTW, did you ever get around to adding the feature to have ‘non-song’ items in the setlist such as ‘Introduce the band’, ‘thank the venue’, ‘15 min break’ etc? Currently I have to create empty Ableton songs for breaks and things.
It was discussed in a thread here and you thought it was a cool idea (so did a few other users)
Many thanks for an amazing app!
Mark
I’m a bit hesitant to add this as an option as there are lots of different ways customers might want to customize their layout and it might lead to a fairly complex settings section. Using CSS, you have all the tools you need to customize the design of AbleSet to your liking.
Not yet, but it’s still on the very top of my todo list – I’d love to be able to use this as well! This feature just takes some time as it basically requires a complete rewrite of the underlying data structure of AbleSet and I have to make sure that doesn’t break anything.