I would like to have a player that could be played in my blog where the song that played are from my own files.
I would like to have a player that could be played in my blog where the song that played are from my own files.
The player should play your own files. You upload your mp3 files to your page/post gallery and they shoud appear in the player.
Hello,
is it possible to remove the download arrow?
Thanks
You can put this in the css file of your theme
.mp3-item a.download {
display: none;
}
You must log in to post.