Title: Changing navigation links
Last modified: August 20, 2016

---

# Changing navigation links

 *  [eseel](https://wordpress.org/support/users/eseel/)
 * (@eseel)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/changing-navigation-links/)
 * My site is [http://www.edsstudios.com](http://www.edsstudios.com). When you rollover
   my top navigation links they turn green with white text. When you click on them
   the text turns to a blue. I want to switch this blue to a black. What section
   do I need to switch in my style.css file? I can’t seem to find which line in 
   the style.css refers to this. Thanks in advance for any help.

Viewing 1 replies (of 1 total)

 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/changing-navigation-links/#post-2647139)
 * Blue, it stays white, the ‘active’ style is this block!
 *     ```
       #navbar .menu .current_page_item a,
       #navbar .menu .current-menu-item a,
       #navbar .menu .current-cat a {
           background: url("images/nav_hover.png") repeat-x scroll 0 0 #0099CC;
           color: #FFFFFF !important;
       }
       ```
   
 * HTH
 * David

Viewing 1 replies (of 1 total)

The topic ‘Changing navigation links’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/changing-navigation-links/#post-2647139)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
