Title: menu colour change
Last modified: August 21, 2016

---

# menu colour change

 *  Resolved [nic_137](https://wordpress.org/support/users/nic_137/)
 * (@nic_137)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-colour-change/)
 * Hi,
 * Is there a way to have the menu name change colour when selected?
    At the moment,
   when I hover over a page in the menu, it changes colour but when I select a page
   it reverts to the same colour as the rest. I’d like the current page to show 
   differently in the menu bar. Not sure if this is possible. Thanks Nicola

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-colour-change/#post-4544337)
 * You could try these css
 * For background color
 *     ```
       #nav-main .current-menu-item {background-color: #FFF;}
       ```
   
 * For text color
 *     ```
       #nav-main .current-menu-item a {color: #000;}
       ```
   
 * If these don’t work, add `!important` at the end of the values.
 *  Thread Starter [nic_137](https://wordpress.org/support/users/nic_137/)
 * (@nic_137)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-colour-change/#post-4544402)
 * Thanks – can you tell me where to add these please?
 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-colour-change/#post-4544421)
 * `Frontier Options -> Custom CSS`
 *  Thread Starter [nic_137](https://wordpress.org/support/users/nic_137/)
 * (@nic_137)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-colour-change/#post-4544429)
 * Brilliant! Thanks so much for all your help
 *  Thread Starter [nic_137](https://wordpress.org/support/users/nic_137/)
 * (@nic_137)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-colour-change/#post-4544430)
 * Just marking this as resolved.

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

The topic ‘menu colour change’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/frontier/1.3.3/screenshot.png)
 * Frontier
 * [Support Threads](https://wordpress.org/support/theme/frontier/)
 * [Active Topics](https://wordpress.org/support/theme/frontier/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/frontier/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/frontier/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [nic_137](https://wordpress.org/support/users/nic_137/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/menu-colour-change/#post-4544430)
 * Status: resolved