Player button + Bar

Customizing colors for player button and maybe adding a bar for the song as it is playing.

1 Like

Hey there @David_Molina :wave:

This code should change the color of the player buttons:

.global-styles,
[class*="Background__Controls-sc"] [class*="Icon-sc"] {
  fill: red !important
}

Just in case, you’d like to change the color of the buttons in the playlist, you can use this code:

.global-styles,
[class*="Playlist__Component-sc"] [class*="Icon-sc"] {
  fill: red !important
}

Just add it to the Custom CSS field on the Style tab and let me know if it worked.

If you want to show a progress bar in your widget, our Audio Player app might be a better app for you. Feel free to check it out :slightly_smiling_face: