There’s a mysterious white bar above my menu bar on every page.
I have tried removing all global CSS and I’ve deactivated UberMenu. Yet it persists. Any thoughts?
There’s a mysterious white bar above my menu bar on every page.
I have tried removing all global CSS and I’ve deactivated UberMenu. Yet it persists. Any thoughts?
Hello Justin,
Thanks for writing to us.
According to your screenshot, it seems that it is coming from the top bar. I would suggest you add this custom CSS code under Theme Option—>CSS
.x-topbar {
border-bottom: 1px solid transparent;
background-color: transparent;
}
If it doesn’t work for you I would suggest you please share the exact page URL so that we can check it at our end and guide you properly. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.