Here is my code:
How can I apply a class for the current page link so the mouse cursor will use the default and not the hand?
I don’t want to use default cursor on all hovers. I want to apply a class to the active list item and then use default cursor (i.e for “Home” index.html) use default cursor for Home when on home page. Thanks!
Here’s a demo
first, you need to “ID the body” for every page, giving it a distinction what page you are at.
then, you need to add classes for the “current” pages.