Change font color of the track name and artists

Add this code to the Custom CSS field on the Style tab of your Background Music widget’s settings:

.global-styles, [class^="PlaylistItem__Title-sc"] {
    color: #9900ff !important;
}
.global-styles, [class^="PlaylistItem__InfoBottom-sc"] {
    color: #66ffff;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: