Okay
  Public Ticket #874803
Top navigation menu style change.
Closed

Comments

  • Sangbong started the conversation

    Hi there.

    I want to change top navigation menu style. Top nav menu focused style is underline. I want to change background-color.

    How can I change this style?

  •  1,558
    Laborator replied

    Hi there,

    Add the following CSS in your Custom CSS area to make it work:

    #menu-main-menu-1 li.current-menu-item a {
        background: #000;
        color: yellow;
    } 
    
    #menu-main-menu-1 li.current-menu-item a:after {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group