Remove The Next Song Part

Hello, I’ve just purchased ableset 2, which is really incredible! Only is it possible in the lyrics to remove the next song part. I tried via the css but it worked for 1 day then it came back. Have a nice day!

I agree, sometimes I want to change the order of the song. Also, it is somewhat of a distraction on the screen since I project the lyric screen on a TV while I am performing.

Hey @Faoxi , just paste this into the styles.css file:

.lyrics .line:has(.next-song) {
    display: none;
}

If anyone reading this doesn’t know where this file is located, just click on the Settings menu,“Show Custom Styles”

2 Likes

It works perfectly, thank you very much.

1 Like