geirwerner Posted January 25, 2014 Posted January 25, 2014 Can someone give me CSS to change the color on the audio player (it’s black and I need a light blue) – or is it impossible? Thanks in advance.
danielkadawatha Posted July 31, 2014 Posted July 31, 2014 Try this! Found it and it worked for me. Just change the !webkit-linear-gradient! colors to your desire. You can also add/remove border, change volumebar color and more.. .sqs-audio-player { background-color: #b3b3b3 !important; background-image: linear-gradient(#eaeaea, #eaeaea) !important; background: -webkit-linear-gradient(#b3b3b3, #eaeaea) !important; border: 0px solid #b3b3b3 !important; border-radius: 0px 0px 0px 0px; color: #6B6B6B; } .audio-author { color: #707070 !important; } .audio-title { color: #ffffff !important; } .volume .bar.active { border-right-color: #36b3a8 !important; } .volume .bar { border-right-color: #b3b3b3 !important; } .progress { background: none repeat scroll 0 0 #707070 !important; } .controls { color: #707070 !important; }
dave.nelson Posted September 30, 2016 Posted September 30, 2016 @danielkadawatha I added this to the Custom CSS section on my site and changed a few colors and did not see any changes. Is Custom CSS the correct place to add this? Have the element names changed since 2014? is .sqs-audio-player still correct?
dave.nelson Posted September 30, 2016 Posted September 30, 2016 @danielkadawatha I added this to the Custom CSS section on my site and changed a few colors and did not see any changes. Is Custom CSS the correct place to add this? Have the element names changed since 2014? is .sqs-audio-player still correct?
zrom Posted November 19, 2016 Posted November 19, 2016 I can't get this to work. Do I manually insert an audio block first? Where do I put this css? Thanks!
HBGood Posted November 28, 2017 Posted November 28, 2017 Thanks! Had to use .sqs-widgets-audio-player-content instead of .sqs-audio-player for it to work though. I'm using York template.
danlnyc Posted January 30, 2018 Posted January 30, 2018 I'm using the classic audio player, and have figured out how to use the above code to style it. One issue is that the progress loaded is showing a black background behind the text. When inspecting the code, I see it called span.progress.loaded - but I do not seem to be able to style this and remove the background. Any ideas?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.