BeepyBella Posted December 20, 2019 Share Posted December 20, 2019 Hey everyone, Can someone please let me know (step by step) how to customize my mouse icon on Squarespace? I have an image (a PNG file) on my desktop I'd like to use as the cursor icon instead. If I code it on one page, will it be applicable to my entire site as well? Thanks! Link to comment
tuanphan Posted December 22, 2019 Share Posted December 22, 2019 Add this code to Home > Design > Custom CSS * { cursor: url('path-to-image.png'), auto; } If you use for only one page, use #page-id * { cursor: url('path-to-image.png'), auto; } See my signature to know how to find page id Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.