AlysonRoseS Posted September 8, 2021 Share Posted September 8, 2021 Is there a way I could add to this code so there's another cursor when hovering over images? Thanks so much! 🙂 body { margin: 0; height: 100vh; cursor: url(), auto; }   a:hover{ cursor: url(), auto; Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 Hi, Try this CSS img:hover { cursor: url(enter cursor image url), auto !important; }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.