Title: Help with navigation styling please
Last modified: August 19, 2016

---

# Help with navigation styling please

 *  [bobtem](https://wordpress.org/support/users/bobtem/)
 * (@bobtem)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/help-with-navigation-styling-please/)
 * Please see my partial build at [http://www.bobtema.com/staging/](http://www.bobtema.com/staging/)
 * I don’t understand how to control the active or current state of navigation. 
   I want navigation links to have the same background style when you click on it,
   but just have the color of the text change. Right now, when you click on a link
   the background treatment goes away and it’s just a text link.
 * Please advise

Viewing 1 replies (of 1 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/help-with-navigation-styling-please/#post-1465101)
 * Change:
 *     ```
       .menu li a:link, #mainMenu li a:visited {
       -moz-border-radius:10px 10px 10px 10px;
       background-color:#E96F35;
       border:medium none;
       color:#CEF3FC;
       display:block;
       font-family:"Trebuchet MS",sans-serif;
       line-height:25px;
       margin-right:10px;
       padding:0 15px;
       text-decoration:none;
       }
       ```
   
 * to:
 *     ```
       .menu li a:link, .menu li a:visited {
       -moz-border-radius:10px 10px 10px 10px;
       background-color:#E96F35;
       border:medium none;
       color:#CEF3FC;
       display:block;
       font-family:"Trebuchet MS",sans-serif;
       line-height:25px;
       margin-right:10px;
       padding:0 15px;
       text-decoration:none;
       }
       ```
   
 * in style.css

Viewing 1 replies (of 1 total)

The topic ‘Help with navigation styling please’ is closed to new replies.

## Tags

 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/help-with-navigation-styling-please/#post-1465101)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
