I have the S5 MP3 player running on this website. But the text on the button "View more..." , how do i change that text. I searched several CSS files, but i cannot find that.
And how could i find it myself with "inspect website". For example i see that some elements i have to change in audioplayer.css or light.css:
sitecase Hi
It's rendered by ttwMusicPlayer JS library, you can open the file:
/modules/mod_s5_mp3_gallery/js/ttw-music-player.js
Line 485:
<div class="more">View More...</div>\
and change to your own text
It worked! I also had to adjust ttw-music-player-min.js