Open dropways opened 1 year ago
I wan to use colorful cursor not only black and white.
I have a slider color with dynamically slide color so I need to use dynamic cursor background color.
Please suggest me solution.
Thank you in advance
Use a custom CSS:
.my-cursor.-red { color:#ff0000; }
<div data-cursor="-red">Red cursor!</div>
I wan to use colorful cursor not only black and white.
I have a slider color with dynamically slide color so I need to use dynamic cursor background color.
Please suggest me solution.
Thank you in advance