Okay
  Public Ticket #2828186
header menu
Closed

Comments

  • intan1cm started the conversation

    Hi how to hide the line underneath of the menu when mouse over on the menu ?

  •  933
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    ul.menu.m-header-default-menu li.menu-item > a:hover {
        box-shadow: none !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • intan1cm replied

    hi how to disable the underline for active menu ?


  •  933
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS

    li.current_page_item a {
        box-shadow: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards