visualseditor94 Posted March 26, 2023 Share Posted March 26, 2023 (edited) Hello there! Relative CSS newbie here who has been able to customize my cursor over seemingly every type of element on my site except: -images -images on hover -form field labels on hover Currently struggling to find a solid answer regarding a workable solution online. For context, just looking for a quick fix such as those that I'm already using below, if possible. html, body { cursor: url(), auto; !important; } a:hover { cursor: url(), auto !important; } input { cursor: url(), auto !important; } textarea { cursor: url(), auto !important; } .sqs-system-button { cursor: url(),auto !important; } Thank you! 🙂 Edited March 26, 2023 by visualseditor94 Correcting Title Link to comment
tuanphan Posted March 30, 2023 Share Posted March 30, 2023 Change this code html, body { cursor: url(), auto; !important; } to this html, body, body * { cursor: url(), auto !important; } Remember to add real image url into url(enter image url here) 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
Create an account or sign in to comment
You need to be a member in order to leave a comment