Comments Kel started the conversationNovember 23, 2022 at 7:06amHi, 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 667Alexandre repliedNovember 23, 2022 at 2:58pmHi Kel, The black square should show an arrow like this : https://d.pr/i/LuqBk9If 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 CSSThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
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
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