Okay
  Public Ticket #2856400
Link underline
Closed

Comments

  •  1
    acidoverride started the conversation

    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

  •  933
    Neuron replied

    Hi,

    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