Can the “Share” button be removed in the embeded version of the Audio Player?
Where do I go to turn this feature off? or is it done by an admin?
(I would not like any social media interactions with my widget, at least not just yet)
Thank you.
h
Can the “Share” button be removed in the embeded version of the Audio Player?
Where do I go to turn this feature off? or is it done by an admin?
(I would not like any social media interactions with my widget, at least not just yet)
Thank you.
h
Greetings and welcome to the Elfsight family, @DreamerInDesert
This Share button you’ve reported is a part of the information panel. It’s displayed for you as the account owner, and only you can see it when you’re logged into Elfsight.
Your website visitors never ever see it at all.
You can check the widget on your website in incognito mode to make sure that no one else can see it. And here is a special article about it - Why I see a panel above my widget.
However, if you still want to hide it, you can add this CSS code to the Custom CSS section in your widget settings
.global-styles, .eapps-widget-toolbar {
display: none !important;
}