Set image as cursor isn’t working
-
I’ve been trying to customize the cursor with an image URL in CSS, and also the cursor appearance when hovering over a link or element.
I used the following code, which worked on another website but somehow not now:
a {
cursor: url(https://www.gado.work/wp-content/uploads/2020/10/smile.png) auto;
}
body {
cursor: url(https://www.gado.work/wp-content/uploads/2020/10/no-smile.png) auto;
}The images have a size of 50x50px (I want the cursor to be oversized).
Do you have any idea what might be wrong here?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Set image as cursor isn’t working’ is closed to new replies.