I am trying to get a white line underneath the menu item for the page that the user is currently viewing… a bit like on this site: https://www.unionstationyoga.co.uk/ with the red underline.
I have managed to get a white underline using this CSS code:
.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: 0 3px 0 #FFFFFF;
}
… but the line is very low below the menu items (right at the bottom, outside of the menu region), basically underneath the menu. I would like the line to move up slightly so that it is inside the menu block and closer to the text (so that the line is half way between the bottom of the menu block and the text of the menu items).
Please could someone assist?
My URL is https://pierreosteopath.com
Many thanks in advance!