Okay
  Public Ticket #2391168
Menu hover look
Closed

Comments

  • Matej started the conversation

    Hi,

    I have a simple question. I want to make the menu in Milend theme look like the menu in the Outlander theme. Specifically I would like to transform that small white line under the tittle to semi transparent rectangle from Outlander. What to do? I can't find the option in theme options.

    Thank you so much.

    Matej

  •  647
    Alexandre replied

    Hello Matej,

    To remove the underline effect, please go to wp-admin>theme options>custom css/js
    And copy this code in the custom css field:

    ._milend_elementor .classic-menu:not(.mini):not(.responsive) #menu-main-menu>li:not(.logo)>a:hover {
    border-bottom: 0;
    }

    Now to set a background on the menu item hover, please go to wp-admin>theme options>menu options>items
    And change the Main Item Active Background Color Value

    Thanks,


    Alexandre from the Sonaar.io Crew