WPBakery & Elfsight Tab Covering Issue

WPBakery Tabs are overlayed with Elfsight Tabs which stops me from accessing the WPBakery Row Options and moving the Row in Front End Editing of the website.

Please advise

Please see image here:

1 Like

Hi @Luke_K, welcome to our forum! :tada:

I guess you know that this info panel is visible only for you as a website owner, and your website visitors don’t see it. You can check it in Incognito mode to see that for others this panel is invisible.

But I see that you’re having hurdles when working with your website because of this panel, and if you’d love to hide it for yourself as well I do have a solution for you.

To hide the panel, please add the following CSS code to your widget Custom CSS section:

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

Please let me know if it helps :slight_smile:

1 Like