Profile Tweaks: Change mouse cursor. | Back to tweaks ![]() | Profile Tweaks: Change mouse cursor. |
Use this CSS Code to change your cursor in a help icon.
body {
cursor: help
}
Other Types of cursors are:
Select in list to preview:- help
- pointer
- crosshair
- n-resize
- nw-resize
- w-resize
- sw-resize
- s-resize
- se-resize
- text
- wait
- default
- e-resize
- ne-resize
- auto


