Remove grey border on header

I’m trying to remove the grey bottom border on the header for www.mytribefitness.com using the fitness template.

I’ve tried every solution that I found on the forums with no luck.

Hello Ahmed,

Thanks for writing in!

It seems that a css code is added for the bottom border.

.x-navbar {
    border-bottom: 2px solid #ccc !important;
}

Please remove it or update the code into this:

.site .x-navbar {
    border: none !important;
}

Hope this helps. Please let us know how it goes.

Perfect thanks!

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.