Okay
  Public Ticket #2062273
want to open image on click not play
Closed

Comments

  • edward started the conversation

    hiĀ  how do i remove the action of play from the click on the picture on single page ?

  •  643
    Alexandre replied

    Please add this custom JS code:


    $('.album-art img').click(function(){return false;});

    You can add it to wp-admin>theme options>custom css/js

    Thanks,


    Alexandre from the Sonaar.io Crew