Issue with Logo Showcase Widget (Ticker Layout)

I keep experiencing the same issue with the Logo Showcase Widget (Ticker Layout) after embedding the code and publishing on Wix websites.

When you hover on the Logo Showase on the live site, a black and blue strip appears in the top left corner as per the attached image. I currently use varations of this Logo Showcase on six different sites and it occurs on all of them.

Am I missing something really basic to remove this? Or is there a simple fix available?

Many thanks!

2 Likes

Hi there, @Cowboy_Communication :wave:

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 in your widget settings :slightly_smiling_face:

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

Many thanks Max…much appreciated. I thought I was going mad… :sweat_smile:

2 Likes

No problem!

If anything else comes up, we’ll be delighted to help :wink:

1 Like