Title: widget-title hover?
Last modified: August 21, 2016

---

# widget-title hover?

 *  Resolved [ddelfel](https://wordpress.org/support/users/ddelfel/)
 * (@ddelfel)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-title-hover/)
 * I am having trouble removing text decoration during hover on my Left Nav titles(
   blueish). I want the titles to show the opposite of the menu items(grey).
 * Here is the site:
    lghwpmodelb.net

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-title-hover/#post-3969149)
 * Try this in your child theme:
 *     ```
       .widget a:hover, .widget a:focus, .widget a:active {
           text-decoration: none;
       }
       ```
   
 *  Thread Starter [ddelfel](https://wordpress.org/support/users/ddelfel/)
 * (@ddelfel)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-title-hover/#post-3969201)
 * WPyogi, that’s not the change I need. That changes the grey links. I want the
   blue to change.
 * I have tried this code but the hover fails to respond.
 * >  .widget-title a:hover, .widget-title a:focus, .widget-title a:active {
   >  text-
   > decoration: none; }
 * Any other suggestions?
    Thanks
 *  Thread Starter [ddelfel](https://wordpress.org/support/users/ddelfel/)
 * (@ddelfel)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-title-hover/#post-3969346)
 * For those in my similar situation, this was related to my fix.
 * > .textwidget a:hover, .textwidget a:focus, .textwidget a:active {
   >  text-decoration:
   > none!Important; }
 * Hope this helps someone.

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

The topic ‘widget-title hover?’ is closed to new replies.

## Tags

 * [decoration](https://wordpress.org/support/topic-tag/decoration/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [title](https://wordpress.org/support/topic-tag/title/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [ddelfel](https://wordpress.org/support/users/ddelfel/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/widget-title-hover/#post-3969346)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
