• Resolved Mike Hindle

    (@mikehindle)


    Hi there. Just checking over my site and noticed the menu links have stopped showing the underline when you hover the mouse over.

    Any ideas how to fix this?

    Many thanks,

    Mike.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Was this after any specific update?

    You can use CSS somehow like that:

    span.wp-block-navigation-item__label:hover {
        text-decoration: underline;
    }

    You can add this CSS by going to the Site Editor, then Styles. There you can click on the three-dot icon (kebab menu), and go to Additional CSS:

    https://d.pr/i/Yox1tm
    Full Size: https://d.pr/i/Yox1tm

    Thread Starter Mike Hindle

    (@mikehindle)

    Hi Felipe. This has worked perfectly, thank you.

    I’m not 100% sure when it happened, to be honest. I’m using a couple of sites with Twenty Twenty-Four and the other one didn’t have this issue, which makes it even more of a mystery.

    Really appreciate your help.

    Mike.

    Thank you for the context, Mike!

    Always a pleasure. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu links underline on hover stopped working’ is closed to new replies.