Okay
  Public Ticket #2546055
Hide the next and previous buttons from player
Closed

Comments

  • Javier started the conversation

    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.

  •  647
    Alexandre replied

    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