custom cursor
-
I’m trying to customize my cursor to show a text image upon hover over over my post images. I’ve used an image widget to add css class to my images and used that class in the following css code. Suggestions on how this could be made to work?
.companion {
cursor: url(https://nationalscienceboard.com/expand-cursor-note/), auto;
- The topic ‘custom cursor’ is closed to new replies.