In General Settings under Waveform Type there are three options: Synthetic Waveform, Very Simple & Dynamic Waveform. What would be the option to completely remove it and not have it displayed at all.
Please excuse me for not providing a related URL as the site is in staging process.
In General Settings under Waveform Type there are three options: Synthetic Waveform, Very Simple & Dynamic Waveform. What would be the option to completely remove it and not have it displayed at all.
Please excuse me for not providing a related URL as the site is in staging process.
Hi,
From what I understand, you don't want a waveform in the sticky player, correct?
Thanks,
Max from the Sonaar.io Crew
That is correct. Want to remove it completely.
Thank you.
Hi Shaya,
Be awared the sticky player is designed to have a progressbar. It could look a bit weird without it.
But here a custom css to remove the progress bar.
#sonaar-player .player div.wavesurfer {
opacity: 0;
}
If you dont know where to add this code, please go to wp-admin>appearance>customize>additional CSS.
Thanks,
Alexandre from the Sonaar.io Crew