How to remove white lines around navigation buttons in Ethos Stack

How can I remove the white lines around the primary navigation buttons?


Thanks!

Hello @Solidwebservice,

Thanks for writing in!

Do you want something like this?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-logobar,
.x-navbar,
.x-navbar .desktop .x-nav>li:first-child>a,
.x-navbar .desktop .x-nav>li>a {
    border: none;
}

We would love to know if this has worked for you. Thank you.

Perfect. Thank you!

You are most welcome. :slight_smile:

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