If you want to change audio player style, you can use this hook.
Two parameters are passed to this hook.
To change audio player html style.
<?php add_filter('wpdm_audio_playlist','my_player_html',10,2); ?>
<?php
add_filter('wpdm_audio_playlist','my_player_html',10,2);
function my_player_html($audio_html, $package){
//changer $audio_html here
return $audio_html;
}
?>
For any technical issue, if you are already using pro version please post in pro forum and free version users please post in free forum. Otherwise, if you have any pre-sale or order related query please contact live chat support team. For technical support.