Hello,
Can you please show me how to remove this grey line above the navigation? I can’t find it in the Header options, so i’m not sure if I need to add some CSS.
Thanks for any help.
Justin
Hello,
Can you please show me how to remove this grey line above the navigation? I can’t find it in the Header options, so i’m not sure if I need to add some CSS.
Thanks for any help.
Justin
Hi Justin,
Thank you for writing in, please add this to Theme Options > CSS
.x-logobar, .x-navbar {
border-bottom-width: 0;
box-shadow: none;
}
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Hope it helps,
Cheers!
Thanks so much!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.