SyntaxFix
Write A Post
Hire A Developer
Questions
For whole html document try this
html * {cursor:none}
Or if some css overwrite your cursor: none use !important
html * {cursor:none!important}