green-audio-player
green-audio-player copied to clipboard
Change CSS
Hello,
first of all, Thanks for this audioPlayer. Can u edit your Documentation about Style with more inputs, how can i change the style?
I would like to know, how can i change my svg-Play-Button with another svg? The SVG use in JavaScript and i would like change it in *css-File, if i press play and pause__Button
@denizyoshi You can't actually change an SVG within a css file you can only change the style for that SVG like fill color. What you can do is go to the file here and replace the SVG tag with your own. https://github.com/greghub/green-audio-player/blob/master/src/js/main.js#L120