Okay
  Public Ticket #3173251
How hide this block?
Closed

Comments

  • Kel started the conversation

    Hi, how I hide this little block? that is only shown on mobile devices, or if possible hide it on mobile devices like on desktop, on desktop it is hidden until you press it.

    2. Why this player doesn't display the waveform?

    Thanks in advance.

    Attached files:  1F702F1B-1F5A-4974-AAE7-5D88E059E737.jpeg

  •  644
    Alexandre replied

    Hi Kel, 

    The black square should show an arrow like this : https://d.pr/i/LuqBk9
    If you want this please use this code:

    div#sonaar-player.sr-float .close.btn-player.enable:after, div#sonaar-player.sr-float .close.btn-player.enable:before {
    border-color: #fff !important;
    }

    If you want to hide it, please use this code:



    #sonaar-player .player:not(:hover) .close.btn-player.enable.storePanel {
    display: none;
    }



    If you dont know where to add those code, go to wp-admin>appearance>customize>additional CSS


    Thanks,


    Alexandre from the Sonaar.io Crew