Hi!
I would like to hide the blue line in the navigation: https://koulu.wpengine.com/
I tried already with with this:
.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 {
display: none;
}
I got hided, but something went wrong. The whole navigation started to blink.
Thank you in advance.
