Grey Line Between Header, Menu, and Body on X

My website has these grey lines separating the header, menu, and body. I can’t figure out how to remove them. Any assistance would be good.

Hello @rfbarr,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.x-navbar, .x-logobar, .x-topbar {
    border: 0;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This was perfect thanks so much!

You’re most welcome, @rfbarr. Thanks for building with X & Pro, and have a great day!

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