I am using a custom cursor with .cur file type and its not showing when i use CSS cursor property
CSS
body {
cursor: url('/assets/cursor/cursor.cur'), auto;
}
This only displays the default cursor throughout the whole webpage. Please look into the problem.
Thank You!
Tried many times by changing the cursor image path and changing the format in which url is entered but nothing seemed to work.