• Resolved c64games

    (@c64games)


    Hello!

    I would like to activate my mouse cursor theme with my own graphics completely on my wordpress website ([ redundant link removed ]), which I have partially done with this code:

    html,body{cursor:url("https://c64games.net//sites/default/files/Street_Rod_Cursor__.png"), auto;}

    As you can see, pointing to links no longer activates it. What is the code for this?

    With thanks,

    Gábor

    • This topic was modified 3 years, 9 months ago by Yui. Reason: moved to fixing wordpress

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • As you can see, pointing to links no longer activates it. What is the code for this?

    Simply add the anchor tag (a) to your selector, like:

    html,body,a {
    cursor: URL("https://c64games.ne/sites/default/files/Street_Rod_Cursor__.png"), auto;
    }
    Thread Starter c64games

    (@c64games)

    Amazing help! Thank you very much! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mouse Cursor CSS-code to “hover”’ is closed to new replies.