@jawd-allal , you have 2 options. Either add to your CSS:
a:hover {
cursor: none;
width: 90px;
height: 90px;
background: pink;
}
or try adding the following in your current code:
[#myCustomCursor](https://www.editorxcommunity.com/forum/search/~num~myCustomCursor) .myCursorHoverState {
cursor: none **!important** ;
width: 90px;
height: 90px;
background: pink;
}
Regarding the Pro Gallery, if it doesnโt work, could be that itโs because the Pro Gallery is not a link (he talks about this in the video as well).
I hope this helps.