Custom Cursor not working
-
Hey!
I had custom cursors on both of my websites, however, they've both stopped working and just randomly flicker.
This is the code i'm using:
a {
cursor: url(https://www.sixahead.site/wp-content/uploads/2018/07/Cursor_Link.png) 20 20, auto !important;
}
body {
cursor: url(https://www.sixahead.site/wp-content/uploads/2018/07/cursorfav-1.png) 20 20, auto !important;
}Thanks,
Lauren
-
hi lauren,
your custom cursors work for me (chrome, mac). i am also using one on http://kiti.ca/
one tip i found was to set the custom and a fallback cursor (also the custom one), with !important :cursor: url('http://kiti.ca/wp-content/uploads/2018/07/kiti-cursor.png'), url('http://kiti.ca/wp-content/uploads/2018/07/kiti-cursor.png'), auto !important;
by the way, your photos are really great.
dani
-
Great! :-)