There is a small widget at the top of timeline for sharing on social media. How can I remove it from my timeline?
Greetings and welcome aboard, @user28783 ![]()
This image 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 ![]()
Maybe you can help me remove this borderline and set my colour? I used CSS to set my background colour, but there is still a borderline on the edge of the timeline, and CSS does not work on it. Thank you for the answer!
Sure! I’ve replaced your CSS code with this one:
[class*="Background__Overlay-sc"]{
background:#EEF2FF !important;
}
Check it out and let me know if it’s fine now ![]()
Yes, it works. Thank you!
No sweat ![]()

