I need to change the default image for cursor: pointer with some custom image.
To create a class and specify the hover value for cursor is not a valid solution since
Using the "cursor" property is the same as with any CSS property- simply apply it to the desired element:
This changes the default arrow cursor of a webpage to a custom image instead.