Title: Mouse Cursor CSS-code to &#8220;hover&#8221;
Last modified: June 26, 2022

---

# Mouse Cursor CSS-code to “hover”

 *  Resolved [c64games](https://wordpress.org/support/users/c64games/)
 * (@c64games)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/mouse-cursor-css-code-to-hover/)
 * 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, 11 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
      Reason: moved to fixing wordpress
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmouse-cursor-css-code-to-hover%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [George Appiah](https://wordpress.org/support/users/gappiah/)
 * (@gappiah)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/mouse-cursor-css-code-to-hover/#post-15748256)
 * > 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](https://wordpress.org/support/users/c64games/)
 * (@c64games)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/mouse-cursor-css-code-to-hover/#post-15748754)
 * 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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [c64games](https://wordpress.org/support/users/c64games/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/mouse-cursor-css-code-to-hover/#post-15748754)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
