• Resolved pee82

    (@pee82)


    Hi, I would like to replace standard PLAY icon (“sricon-play”) to “sricon-audiostream” icon, is it possible? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Play icon replacement’ is closed to new replies.