Plugin Author
sonaar
(@sonaar)
Hi,
We dont have an option for that im afraid.
Perhaps you can use custom jquery to do this but providing custom jquery is outside of the scope of our free support.
Here is a quick start for you but i have not tested it and we cant provide support to implement it on your website unfortunately. You may want to check with a wordpress developer.
$(".sricon-play").removeClass("sricon-play").addClass("sricon-audiostream");
Thread Starter
pee82
(@pee82)
Hi. I’m not frinedly with Javascipt 🙁
I tried a different approach and modified widget .php file that I’m using, I replaced all:
<i class="sricon-play"></i> TO <i class="sricon-audiostream"></i>
Looks OK but now PAUSE icon is not appearing ;-( Can I contact you for paid support?
Anyone got a working soulution maybe?