Comments edward started the conversationJune 27, 2019 at 2:30pmhiĀ how do i remove the action of play from the click on the picture on single page ? 667Alexandre repliedJune 27, 2019 at 3:50pmPlease add this custom JS code:$('.album-art img').click(function(){return false;});You can add it to wp-admin>theme options>custom css/jsThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
hiĀ how do i remove the action of play from the click on the picture on single page ?
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