Title: link hover
Last modified: August 18, 2016

---

# link hover

 *  [mikemorin](https://wordpress.org/support/users/mikemorin/)
 * (@mikemorin)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/link-hover/)
 * how would I take out a link hover on certain links?
 * ex.
 * I have a certain link hover set in the style.css file, but i put a picture link
   in my header, and I don’t want the hover setting to appear

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

 *  [ganges](https://wordpress.org/support/users/ganges/)
 * (@ganges)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/link-hover/#post-417651)
 * Mike, You lazy man, dont want to learn CSS, isnt You?
 * it really stupid but possible 🙂
    `h1 a:hover { text-decoration:none; cursor:
   default; }
 * its disable “hover” state on ALL links inside h1 element container
 * By ajasting “class” attribute to body element on Your frontpage (ie Homepage 
   of the site) You might disable hover effect on h1 a only on homepage
    ` body.
   homepage h1 a:hover { text-decoration:none; cursor:default; }
 * default value of property cursor generate warning on CSS validation if You use
   projection media type.
 * Hope it help, but i really, really suggest You spend some time to learn basic
   CSS
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/link-hover/#post-417653)
 * Amen to that! Preach it ganges! Preach it my brother or sister!..hahaha.. =P 
   =D [cough]damn withdrawals n stuff..
 * spencerp

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

The topic ‘link hover’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [spencerp](https://wordpress.org/support/users/spencerp/)
 * Last activity: [19 years, 11 months ago](https://wordpress.org/support/topic/link-hover/#post-417653)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
