Comments Javier started the conversationSeptember 21, 2020 at 3:48pmHi,Is it possible to remove the next and previous buttons from the inline player?Is it possible to remove the waveform and track tittle from the inline player?I would like to have just the play/pause button. 667Alexandre repliedSeptember 21, 2020 at 5:06pmHi javier, You can hide them with this custom css code:div.iron-audioplayer .player .control .next, div.iron-audioplayer .player .control .previous{opacity: 0 !important;}Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hi,
Is it possible to remove the next and previous buttons from the inline player?
Is it possible to remove the waveform and track tittle from the inline player?
I would like to have just the play/pause button.
Hi javier,
You can hide them with this custom css code:
div.iron-audioplayer .player .control .next, div.iron-audioplayer .player .control .previous{
opacity: 0 !important;
}
Thanks,
Alexandre from the Sonaar.io Crew