Hidden Link/Social On Calculator

Is anyone else seeing a hidden social section on their calculator?

1 Like

Hi there, @MJ_A :waving_hand:

This is 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;
}

Please let me know if it explains things and if you have any other questions :slightly_smiling_face: