Home» Forum» Site Feedback» Profile Player Customization

Profile Player Customization

Back to Site Feedback

I have really enjoyed my experience here so far!! Kudos for a great site! So far the only issue i've run into is simple. I would really like to be able to better customize the music player both on the bottom and the profile itself. i would want it in light mode for my profile with specific colors for the text. I hope that's possible, thank you!!! 

@Kayla This sounds like a great idea! I'm sure the owner of the site or someone from the team will see this eventually and possibly make that happen!


You can currently change both of those if you are savy with custom CSS! (: 




/* Footer bar (bottom) */

#footer-music-bar .bar-title        { color: #fff !important; }  /* song title */

#footer-music-bar .bar-now-playing,

#footer-music-bar .bar-time-display,

#footer-music-bar .bar-time-total   { color: #cdd9ff !important; }  /* labels + time */

#footer-music-bar .bar-progress-fill{ background: #7aa6ff !important; }  /* progress bar */


/* Profile Tunes box */

.profile-playlist-widget .pp-header h3 { color: #7aa6ff !important; }  /* "Profile Tunes" title */

.profile-playlist-widget .song-info    { color: #fff !important; }     /* song name */

.profile-playlist-widget .song-artist  { color: #b9c4dd !important; }  /* artist name */

You must be logged in to reply.