Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Tagged: wave, wave surfer, wavesurfer
Here at http://www.trakfusionmusic.com/rnbsoul-beats/ I have a problem where the song title URL goes to
http://www.trakfusionmusic.com/gmedia/mp3/
I’d prefer for the song title to not be clickable. How can this be fixed?
Here is the Custom CSS code which will prevent click on the title:
.ws-soundTitle__titleWrapper {
pointer-events: none;
}