Site logo

Archived topic

Text cursors in main nav (instead of arrow)

6 replies · Started by George on March 12, 2018

Viewing posts 1–7 of 7

It's a very minor annoyance, but an annoyance nonetheless: the cursor displays as a text cursor on hovering over items in the main nav. See https://livingwisdomschool.org/. When you move the cursor below the line of links, it behaves normally, turns into an arrow. Is there a quick fix?

Thank you for the suggested fix. Nothing that I've tried so far will cure this behavior. E.g., I tried disabling all add-ons, etc.

I also tried some CSS, like this (and variations):

#nav .navigation li a[href="#"]:hover {
cursor: default !important;
}

Alas, a text cursor still displays instead of a pointer when hovering over main nav items that have drop-down menus. The cursor is a pointer when hovering over menu items that don't have drop-down lists.

sorry for chiming in ...

... maybe due to the fact, that all main menue items (except for 'contact' and 'home') arent really links (they have none) and the text is recognized on hover as what it is: plain text. so you have the text cursor instead of the hand.

maybe put an '#' into the link field in wp menue settings to fix this?

Holy smokes, that fixed it. Many thanks. For those with the same problem, here are the detailed steps:

1. In WordPress, go to Appearance > Menus

2. In Menu Structure, click the name of a navbar item that has a drop-down list.

3. In the URL box, type #.

4. Repeat for other navbar items that have drop-down lists.

5. Save the menu.

Thanks dasigna!

my pleasure :)

This archived topic is closed to new replies.