Pro Theme Underline Navbar

Hi there,
I need to just erase the underline of the navbar links on the main menu.
I’m using one-page-navigation menu and looks really bad —as all the links are in the same page, the menu links are all underlined :frowning:

So please what’s the CSS or the option in Pro?
Tks in advance!

Hi @joserodrigz,

Thanks for reaching out.
The One Page Navigation is only for one specific page. Please do not assign this menu as your primary menu, this is the common reason why one-page navigation menu items are highlighted at a time. I would suggest you go through the following thread on a similar topic


Hope it helps.
Thanks

Ok ok understood… but I only want to know the CSS or the way to just erase the underline in every menu for the menu items…

Hello @joserodrigz,

You can use this custom CSS code to get rid of the underline on the menu items.

.x-navbar .desktop .x-nav > li > a > span {
box-shadow: 0 0px 0 0!important;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

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