I tried following the instruction from the page, but I must be getting something wrong.
This is my attempt:
body.slug-aboutsam .cursor {
cursor: url(http://iamsam.info/wp-content/uploads/2019/02/myhead2.png) 64 64, auto ;
}
My original code before was:
a {
cursor: url(http://iamsam.info/wp-content/uploads/2019/02/myhead2.png) 64 64, auto ;
}
Thanks for your help!