for the site https://coachingforlawyers.com/ i am having trouble figuring out how to
remove what appears to be a white boxy looking border around the site title and the navigation
at the top masthead; seen on mobile device, or on a narrowed
browser screen. the site also has ubermenu, which may be the culprit, its hard for me to tell.
any suggestions welcome.
Hello @eddierosenthal,
Thanks for writing in!
The mentioned border is coming from the skin of your UberMenu. To remove it, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-vanilla-bar.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
border: none !important;
box-shadow: none;
}
Please let us know if this works out for you.
1 Like
yes! thanks!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.