How to change Cursor on Squarespace (CSS)

To change the cursor on Squarespace, you can use this code to Custom CSS box

Replace the URL in the code with your custom cursor icon URL (but it is recommended to limit the cursor image size to 32×32 pixels).

body * {
  cursor: url("https://via.placeholder.com/20"), auto;
}