Viewing 1 replies (of 1 total)
  • Kavya Gokul (a11n)

    (@properlypurple)

    Hi @hasshi0505 ! It should be possible to add the underlines on the active menu items using css. Something like this would work:

    .current-menu-item a {
      text-decoration: underline;
      text-decoration-thickness: 3px;
      text-decoration-color: inherit;
    }

    If you’re also looking to replicate the animation of the moving underline, that might be harder, and might need some custom javascript code.

Viewing 1 replies (of 1 total)
  • The topic ‘How to edit SP’s header menu’ is closed to new replies.