Comments 1zaydiamine started the conversation3 weeks ago on October 12, 2025 at 8:29pmIs it possible to change the cursor's color or style ?Attached files: Screenshot 2025-10-12 at 13.26.07.png 994Neuron replied3 weeks ago on October 13, 2025 at 12:03pmHi, Yes, please let me know which colors you're going to use so I can prepare some CSS code for you to add to your website. Feel free to ask for anything you need. Kind Regards 1zaydiamine replied3 weeks ago on October 13, 2025 at 6:40pmThank you I would love to test with a couple of colors, let's do yellow please #f9e100 994Neuron replied3 weeks ago on October 14, 2025 at 8:01pmHi, Here's the CSS code you can add to Elementor's Site Settings > Custom CSS. .n-cursor--outer { border-color: #f9e100 !important; } .n-cursor--inner { background-color: #f9e100 !important; } You can test it with any color you want. Feel free to ask for anything you need. Kind Regards Sign in to reply ...
Is it possible to change the cursor's color or style ?
Attached files: Screenshot 2025-10-12 at 13.26.07.png
Hi,
Yes, please let me know which colors you're going to use so I can prepare some CSS code for you to add to your website.
Feel free to ask for anything you need.
Kind Regards
Thank you I would love to test with a couple of colors, let's do yellow please #f9e100
Hi,
Here's the CSS code you can add to Elementor's Site Settings > Custom CSS.
.n-cursor--outer { border-color: #f9e100 !important; } .n-cursor--inner { background-color: #f9e100 !important; }You can test it with any color you want.
Feel free to ask for anything you need.
Kind Regards