dwaynesmom Posted December 31, 2021 Share Posted December 31, 2021 Site URL: http://juniorhighla.com My custom cursor only shows up randomly. It flickers on and off. Any idea why? Site: juniorhighla.com Current code in Custom CSS: body { margin: 0; height: 100vh; cursor: url(https://static1.squarespace.com/static/56eadb72d51cd4a1f93f5e10/t/61cf76479673080e2fa33a8f/1640986183767/CursorFinal.png), auto; } a:hover{ cursor: url(https://static1.squarespace.com/static/56eadb72d51cd4a1f93f5e10/t/61cf76479673080e2fa33a8f/1640986183767/CursorFinal.png), auto; } Link to comment
Beyondspace Posted December 31, 2021 Share Posted December 31, 2021 1 hour ago, dwaynesmom said: Site URL: http://juniorhighla.com My custom cursor only shows up randomly. It flickers on and off. Any idea why? Site: juniorhighla.com Current code in Custom CSS: body { margin: 0; height: 100vh; cursor: url(https://static1.squarespace.com/static/56eadb72d51cd4a1f93f5e10/t/61cf76479673080e2fa33a8f/1640986183767/CursorFinal.png), auto; } a:hover{ cursor: url(https://static1.squarespace.com/static/56eadb72d51cd4a1f93f5e10/t/61cf76479673080e2fa33a8f/1640986183767/CursorFinal.png), auto; } Instead of selector a:hover Kindly use a { cursor: url(https://static1.squarespace.com/static/56eadb72d51cd4a1f93f5e10/t/61cf76479673080e2fa33a8f/1640986183767/CursorFinal.png), auto; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
dwaynesmom Posted January 1, 2022 Author Share Posted January 1, 2022 18 hours ago, bangank36 said: Let me know how it works on your site Thank you so much. Unfortunately I don't notice any difference on my site. The custom cursor only shows up periodically. There doesn't seem to be much reason for it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment