green-audio-player icon indicating copy to clipboard operation
green-audio-player copied to clipboard

Change CSS

Open denizyoshi opened this issue 4 years ago • 1 comments

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 avatar Nov 03 '20 14:11 denizyoshi

@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

theMugician avatar Oct 18 '21 01:10 theMugician