geirwerner Posted January 25, 2014 Share 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. Link to comment
danielkadawatha Posted July 31, 2014 Share 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; } Link to comment
Londonbound Posted August 18, 2014 Share Posted August 18, 2014 Thank you so much for this. Link to comment
dave.nelson Posted September 30, 2016 Share 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? Link to comment
dave.nelson Posted September 30, 2016 Share 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? Link to comment
zrom Posted November 19, 2016 Share 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! Link to comment
HBGood Posted November 28, 2017 Share 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. Link to comment
danlnyc Posted January 30, 2018 Share 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? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.