How to remove lines on menu

How do i remove lines on either side of top menu

Hey @Mrkheiser,

Regretfully, there is no option for that as that is the menu design of the Ethos stack. You can override this with CSS though. Please add this code X > Theme Options > CSS.

.x-navbar .desktop .x-nav>li:first-child>a,
.x-navbar .desktop .x-nav>li>a {
    border-left: 0;
    border-right: 0;
}

Please just note that we do not offer support for custom coding. I posted the code to override this part of the theme because it’s only a minor cosmetic change. If you need a menu or header design that is not possible with X, please consider upgrading to our Pro theme.

Hope that helps.

Worked amazing !!! Thank you !!! I just posted another issue I’m having with a blog post being on all of my new pages and I cant figure out how to remove it - Topic should be added

Hello @Mrkheiser,

You are most welcome.
We already responded your other thread.

Cheers.

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