No matter what I do, my cursor always stays as the default arrow, and I never see the pointer when hovering over links. I’ve reset the settings for all link elements and even tried implementing a custom cursor, but the default cursor stubbornly persists—as if an ‘effect cursor’ function is still active. I even tested this on a blank page with no added code or interactions. What could be causing this issue?"
Hello @Mai_Akad, welcome to the community!
Wow I love your illustrations! To fix your issue you have to reset your All links class. To do that you will need to select your link block 3 and choose from the list of selectors and select the All links class
Hello @Mai_Akad, yes you have some specificity issue with your css classes. So the pointer shows on the Webflow preview right? it does on my end, but on the published site it doesn’t and it is because on the published site you have some css code added to the site settings
So this styles don’t get applied in the preview but they are applied on the published site, so try removing them, and see if that solves your issue. If that doest work, try removing the styles on the site settings and on the webflow designer give your Link blocks in this case your Link Block 3 a cursor pointer. That worked for me on the browser inspector