How would you change the cursor on your website? Plz I really need this.
use the cursor property in css. Like this.
body { cursor: pointer; }
that's it you want it like a clicking cursor.
body { cursor: not-allowed; }
disabled cursor above.
body { cursor: wait; }
to wait. And many more. Here's a link, that gives the entire list.
https://www.w3schools.com/cssref/pr_class_cursor.asp
Like that. That should work
Cursors
How would you change the cursor on your website? Plz I really need this.
Solution
use the cursor property in css. Like this.
that's it you want it like a clicking cursor.
disabled cursor above.
to wait. And many more. Here's a link, that gives the entire list.
https://www.w3schools.com/cssref/pr_class_cursor.asp
Like that.
That should work