Remove the feature attached on Google Reviews widget

There is an pop-up that I don’t like and doesn’t seem like there’s a way to remove it?? (see attachment)
Screenshot 2024-09-011111111

1 Like

Happy to see you on our forum, @Chris_Woolway!

This image you’ve reported 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 on the Style tab your widget settings:

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

Let me know if you have any questions left :slightly_smiling_face: