Title: hover in menu
Last modified: December 2, 2016

---

# hover in menu

 *  Resolved [spijkb](https://wordpress.org/support/users/spijkb/)
 * (@spijkb)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hover-in-menu/)
 * I made a second menu and placed it in the sidebar.
    I want to change hover (text-
   decoration:none;) How can I fix it in child-CSS?
 * [http://www.werkplaatsdedaad.nl/leergang](http://www.werkplaatsdedaad.nl/leergang)

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hover-in-menu/#post-8506570)
 *     ```
       .sidebar .widget a:hover {
           text-decoration: none;
       }
       ```
   
 * if you want to restrict that to just the menu, this should do it.
 *     ```
       aside#nav_menu-2 a:hover {
           text-decoration: underline;
       }
       ```
   
 *  Thread Starter [spijkb](https://wordpress.org/support/users/spijkb/)
 * (@spijkb)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hover-in-menu/#post-8506909)
 * It works at once!
    Thank you Steve.
 * bart

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

The topic ‘hover in menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [spijkb](https://wordpress.org/support/users/spijkb/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/hover-in-menu/#post-8506909)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
