How to set custom cursor?

I wanted to make a custom cursor so i change html’s cursor to “none” in css, but the cursor keep changes to “pointer” when it hovers clickable component. How can i make custom cursor and import to my project?

Hi, you can use the Custom CSS Embed component, write the class with the cursor effect you want, add that class to the element, and make sure you’ve removed any cursor effects that were set on the element directly in Plasmic