Title: CSS Question
Last modified: August 20, 2016

---

# CSS Question

 *  [eseel](https://wordpress.org/support/users/eseel/)
 * (@eseel)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-question-12/)
 * I am building my WordPress site ([http://www.edsstudios.com](http://www.edsstudios.com)).
   When you click on the main navigation links, the words briefly turn blue. Could
   someone please tell me where in the .css file I change this? I can’t seem to 
   find it. Thanks in advance for the help.

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

 *  [Caroline Moore](https://wordpress.org/support/users/sixhours/)
 * (@sixhours)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-question-12/#post-2209820)
 * There’s a setting in style.css, line 4293, starting with:
 * `#navbar .menu li:hover, #navbar .menu li.sfHover, #navbar .menu a:focus, #navbar.
   menu a:hover, #navbar .menu a:active`
 * You’ll find background-color is set to #6699cc (the blue); try removing that 
   background-color property.
 *  Thread Starter [eseel](https://wordpress.org/support/users/eseel/)
 * (@eseel)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-question-12/#post-2209837)
 * I changed the color in the line you suggested but it did not change the issue.
   Any thoughts?
 *  [Caroline Moore](https://wordpress.org/support/users/sixhours/)
 * (@sixhours)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-question-12/#post-2209889)
 * A reference to the same blue color also appears here:
 *     ```
       #navbar .menu li:hover, #navbar .menu li.sfHover, #navbar .menu a:focus, #navbar .menu a:hover, #navbar .menu a:active {
           background: url("images/nav_hover.png") repeat-x scroll 0 0 #6699CC;
           color: #FFFFFF;
           outline: 0 none;
           text-shadow: 0.2px 0.2px #0099CC;
       }
       ```
   
 * Try removing the #6699cc part of that background property?

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

The topic ‘CSS Question’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Caroline Moore](https://wordpress.org/support/users/sixhours/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/css-question-12/#post-2209889)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
