Edrol97
Silver Coder
Hi all, wondering how to change the cursor on my site when hovering so that it is the custom cursor I already have enabled. This is the current CSS I have.
Do I have to define the element-class in .js in order for it to work in CSS?
CSS:
.element-class:hover{
cursor: url(img/background/cursors/Grimace%20cursor.png)
Do I have to define the element-class in .js in order for it to work in CSS?