How to disable the cursor?

  

 



You can remove the cursor animation in three easy steps:



Step 1:

 

Open the "Site Settings" section of Elementor:




Step 2:

 

Locate the "Theme Settings" button: 




Step 3:

 

Disable the "Use Theme Cursor" option:





How to edit the cursor colour?


You can do that with this CSS code:


body:not(.wp-admin):not(.elementor-editor-active).has-mouse-dot #mouseDot {
background-color: red !important;
}


Check this guide for how to add custom CSS / PHP code or modify the theme code