Navbar Links Issue

Hi Every,
I have a site in BS 5, the pointer of the mouse works fine on buttons, but the pointer disappears over links in the navbar. The links work, but you have to guess where the pointer is before you click. Sorry, can’t upload right now. Only started seeing this with BS 5. What would cause this? I know there is probably a few things. Almost ready to move the site back to BS 4. LOL

Thank you
Randy

It’s probably some CSS issue with your website. Would it be possible to publish your site online somewhere so we can take a look?

Hi Martin,
Thanks for getting back to me. I just started having this issue. Built the homepage from scratch this morning. Links were working and at some point quit again.
Have a look.
Thanks
Randy

Sorry, how do I do that?

Thank you.

click one of your links. In the css styles pane scroll to the a class. You have cursor:none Delete cursor:none

a {
color: #ffab40;
font-weight: 500;
cursor: none;
text-decoration: none
}

AWESOME!! Thank you very much! How did that happen?

You must have edited it. Maybe the css auto complete kicked in and you didn’t notice.

Thinking maybe a navbar a used to customize had it set that way. It was driving me crazy…LOL

Resolved issue. Thanks Martin.