remove auto underline on hover in menu items?

  • Author
    Posts
  • #98275

    Hi,

    how can I remove the auto underlining when hovering over menu items?
    I mean this: gif.

    Thanks.

    #98312
    StudioThijssen
    Power User
    This reply is private.
    #99118
    Zed
    Cryout Creations mastermind

    Use the following CSS:

    #access > div > ul > li > a > span::before {
        display: none; 
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘remove auto underline on hover in menu items?’ is closed to new replies.