Hello…I’m stumped. I have implemented Uber Menu (hence I am not using Pro Header Builder). Everything is going great, excpet there is a grey divider between my navbar and the main page body, which I would like to get rid of. See image attached…the arrow is pointing to the thing I would like to remove. Not sure if this is an UberMenu setting or a Pro Theme setting. Assistance would be much appreciated!
Hi @Pritchard,
Thanks for reaching out.
I checked and it’s a Pro theme but still uses a standard header, hence, the only way to change it is by adding this CSS to your global custom CSS.
.x-navbar {
border-bottom: 0px !important;
box-shadow: none !important;
}
Thanks!
Yep. Worked perfectly…case closed. Thanks so much.
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.