Change color of track progress bar and slider

Add the code below to the Custom CSS field on the Settings tab of your Audio Player widget’s settings:

[class*='ProgressBar__Thumb-sc'] {
background-color: green !important;
}

[class*='ProgressBar__FakeTrack-sc'] {
background-color: blue !important;
}

[class*='ProgressBar__ProgressBarPlayed-sc'] {
background-color: yellow !important;
opacity: 1;
}
2 Likes