
→ Installation
→ SettingsYou must have some knowledge of CSS & HTML in order to make changes to the colors and fonts. Make sure to use hex codes for the colors.
.maindiv {
background: #f5f5f5;
}
span.mpstatus {
color: #fff;
}
span.mpartist{
color: #03040f;
}
span.mpdot {
color: #f797f7;
}
span.mpsong {
color:#fff;
}
Changing the font can be done by switching out the font name in the CSS selector and HTML link. I used Google Fonts.
@import url('<https://fonts.googleapis.com/css2?family=Montserrat&display=swap>');
.contentdiv {
font-family: "Montserrat", serif;
}
→ Commands→ Known IssuesThe widget will randomly reset and will show the special identifiers. This is something within MixItUp with the music player itself. Make sure to have refresh when browser is active on.