Comments Sam started the conversationApril 12, 2023 at 1:19amHow can I hide the info icon when I'm using a shortcode to display an Audio Player? I do not want the info icon (shown in screenshot) to show up at all.This is the shortcode I am using to display the audio player:[sonaar_audioplayer albums="890" hide_artwork="true"][/sonaar_audioplayer]Thank you.Attached files: Screen Shot 2023-04-11 at 19.07.28 PM.png 1,114Max repliedApril 12, 2023 at 1:53pmHi,You can add this css to wp-admin > appearance > customize > additional CSS: .srp_noteButton { display: none!important; } Thanks, Max from the Sonaar.io Crew Sam repliedApril 17, 2023 at 4:32pmWorked perfectly, thank you! Sign in to reply ...
How can I hide the info icon when I'm using a shortcode to display an Audio Player? I do not want the info icon (shown in screenshot) to show up at all.
This is the shortcode I am using to display the audio player:
[sonaar_audioplayer albums="890" hide_artwork="true"][/sonaar_audioplayer]
Thank you.
Attached files: Screen Shot 2023-04-11 at 19.07.28 PM.png
Hi,
You can add this css to wp-admin > appearance > customize > additional CSS:
Thanks,
Max from the Sonaar.io Crew
Worked perfectly, thank you!