Comments 1acidoverride started the conversationAugust 24, 2021 at 3:48pmHi, really struggling to find the CSS that handle the underline on links, especially in the main nav. Could you point me in the right direction please.Thanks 933Neuron repliedAugust 25, 2021 at 8:52amHi,You can control the underline of the menu items via the following code. ul.menu.m-header-default-menu li.menu-item>a:hover { box-shadow: none; }Feel free to ask for anything you need.Kind Regards Sign in to reply ...
Hi, really struggling to find the CSS that handle the underline on links, especially in the main nav. Could you point me in the right direction please.
Thanks
Hi,
You can control the underline of the menu items via the following code.
Feel free to ask for anything you need.
Kind Regards