How to get rid of Line under text?

I just can’t find out how to remove the line under text in the Menu. What I can do is actually change the color to white, so it will disappear, but it will also make all my links on the site to be white (invisible also)

Any fix, please?

Here is what I mean

I don’t have any problem with that I like it, the problem is that It doesn’t show for each single menu item, it shows only under Home and About

Hi Viliam,

Please use this custom CSS selector instead:

.x-navbar .desktop .x-nav>li>a:hover, .x-navbar .desktop .x-nav>.x-active>a, .x-navbar .desktop .x-nav>.current-menu-item>a {
    box-shadow: none;
}

It should work on all menu links.

done, works great<3

We are delighted to assist you with this.

Cheers!

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