Title: Style Navigation separate from Posts
Last modified: August 21, 2016

---

# Style Navigation separate from Posts

 *  [obstacle_nation](https://wordpress.org/support/users/obstacle_nation/)
 * (@obstacle_nation)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/style-navigation-separate-from-posts/)
 * I have a custom WordPress theme created by someone else. I want to have the blue
   date tags only added to the posts. I can’t seem to find a way to target the navigation
   date only as .navigation and .icon-date are in separate divs.
 * Any help would be appreciated
    [Site here](http://careercycles.com/blog/page/2)

Viewing 1 replies (of 1 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/style-navigation-separate-from-posts/#post-4531818)
 * You should create a [Child Theme](http://codex.wordpress.org/Child_Themes) to
   make your changes. Otherwise, the changes will be lost if you update your theme.
 * Try adding this to the end of your child theme’s style.css:
 *     ```
       #blog-list .icon-date:first-child { display: none; }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Style Navigation separate from Posts’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/style-navigation-separate-from-posts/#post-4531818)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
