Title: Changing Hover Over Color
Last modified: August 30, 2016

---

# Changing Hover Over Color

 *  [moazamali83](https://wordpress.org/support/users/moazamali83/)
 * (@moazamali83)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/changing-hover-over-color/)
 * Hello,
 * i have this website. i want to change the color of Menu to be changed to different
   one when mouse over it. how i can do that? This is my web [http://www.moazamaliawan.com](http://www.moazamaliawan.com)
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/changing-hover-over-color/#post-6697456)
 * Hey there moazamali83,
 * How are you doing today?
 * This is definitely possible with some custom CSS. Please try adding the following
   CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       #main-navigation a:hover {
           color: #fff;
       }
       ```
   
 * This will change link hover color. Replace the color hex value to display another
   color. You can use sites similar to this one to get hex value for the color of
   your choice: [http://www.color-hex.com/](http://www.color-hex.com/)
 * Hope this helps and have a great weekend 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Changing Hover Over Color’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/changing-hover-over-color/#post-6697456)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
