Please write what you need to insert into the code so that the cursor on the whole page is invisible.

    2 answers 2

    Add to CSS file:

    body { cursor: none !important; } 
       <script type="text/javascript"> document.body.style.cursor = 'none';