Title: Header/info problems
Last modified: August 19, 2016

---

# Header/info problems

 *  [josh-engelking](https://wordpress.org/support/users/josh-engelking/)
 * (@josh-engelking)
 * [16 years ago](https://wordpress.org/support/topic/headerinfo-problems/)
 * Hi, I’m new to word press but I have an issue with the info section on the top
   of the site not staying high lighted when clicked. Here is my web site: [http://www.joshengelking.com](http://www.joshengelking.com)
   
   So the buttons need to stay high-light white when clicked. “home” “music” about“
   Josh” “contact” and “link”.
 * Here is the code that needs something extra. If anyone can help me out I’ll love
   ya forever.
 * <div id=”menu”>
    - 
       <?php wp_list_pages(‘title_li=’ ); ?>
 *  </div>

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

 *  [gen1ux](https://wordpress.org/support/users/gen1ux/)
 * (@gen1ux)
 * [16 years ago](https://wordpress.org/support/topic/headerinfo-problems/#post-1528750)
 * hey josh, you need to add a class in your css for ‘page_item active’
 * e.g.
 * .page_item active {color:white;background:black}
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years ago](https://wordpress.org/support/topic/headerinfo-problems/#post-1528751)
 * the style for `.current_page_item` is missing in your theme:
 * try and add this to style.css:
 * `li.current_page_item a {background:#ffffff; color: #110404!important;}`
 * this still leaves the `.active` class on the home link which stays even if on
   other pages, and the fact that in your above quoted code, `is_home()` does not
   seem to be working, and should maybe replaced by `is_front_page()` instead.

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

The topic ‘Header/info problems’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/headerinfo-problems/#post-1528751)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
