Weather - turn off share feature

Can I turn off this extra feature in the weather app?
I have to make the width much wider and I do not want a share pull-down shown.

image

Hello @Vineyardsof and welcome to Elfsight Community :handshake:!

This image you’ve reported is the information panel. You’re the only person who can see it, and you can only see it when you’re logged in to your Elfsight account. It’s displayed for you as the account owner.

Here is the special article about it - Why I see a panel above my widget

However, if you still would like to remove this panel, I am happy to provide you with a special CSS code for this:

.global-styles, .eapps-widget-toolbar {
display: none !important;
}

Please add this code to the Custom CSS section on the Appearance tab in your widget’s settings and let me know if it helped.