Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865674

    SteveTurtle
    Participant

    I am using Integrity stack. I am trying to remove the line that shows when you hover over a menu item on the header, and that shows on the current menu item.

    #865837

    Zeshan
    Member

    Hi Steve,

    Thanks for writing in!

    To remove that line, add following CSS under Custom > CSS in the Customizer:

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
      box-shadow: none;
    }
    

    Hope this helps. 🙂

    Thank you!