dakotastreet Posted October 12, 2022 Posted October 12, 2022 (edited) 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. Edited October 12, 2022 by dakotastreet explain version of Squarespace.
tuanphan Posted October 15, 2022 Posted October 15, 2022 Use this (Page Header) <style> .title * { color: white !important; } .sqs-audio-playlist .track-info .artist { color: white !important; } </style> dakotastreet 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment