Site URL: https://www.jedfeuer.com/eating-raoul-album
My client prefers a dark background for his website, but on the album pages, the track listing does not display since the track name, artist, time, and progress bar are all black. I tried using this code in code injection, but only got so far. The track progress bar and time come up as white, but the track title and performers are still black. Here is the URL as the page currently stands:
<style>
.track-title a {
color: white !important;
}
.track-progress-bar .bg.bar {
background: white !important;
}
.track-time {
color: white !important;
}
.sqs-slide-wrapper[data-slide-type="cover-page"] .audio-player-icons-style-border [data-slice-type="album"] .icon-wrapper .use-icon {
fill: ff9933 !important;
}
</style>
Any and all help appreciated.