How can I change the color of audio controls I mean a curvy shaped rectangle in this code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I change the color of audio controls I mean a curvy shaped rectangle in this code

https://code.sololearn.com/WnLBiy98xHry/?ref=app

19th Oct 2023, 2:18 PM
P A Arrchith Iyer
P A Arrchith Iyer - avatar
5 Answers
+ 7
Try this in the CSS tab. audio::-webkit-media-controls-panel { background-color: red; }
19th Oct 2023, 4:50 PM
Chris Coder
Chris Coder - avatar
+ 5
The audio controls are controlled by the browser. So you use the webkit extension to edit it. This works for Safari and Chrome browsers. Learn more about it here. https://developer.mozilla.org/en-US/docs/Web/CSS/Webkit_Extensions
21st Oct 2023, 1:59 AM
Chris Coder
Chris Coder - avatar
+ 2
Soo cool keep it up
20th Oct 2023, 9:52 PM
Nelson Muchiri
+ 1
Can you explain how it works?
20th Oct 2023, 11:33 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar
+ 1
I have not learn how to shape
17th Nov 2023, 8:06 PM
Nelson Muchiri