I have a layout for an audio player that I\'d like to use with the HTML audio player element.
I was trying , and it\'s g
As I know, you can't style the default player but you can create a custom player (based on your audio tag) using a plugin such as plyr.io, you can edit the plugin's style as you wish.
audio
For example:
plyr.setup(document.querySelectorAll('.js-plyr'), {});
http://jsbin.com/zajeji/edit?html,js,output