Title: &quot;2015&quot;  theme css question
Last modified: August 30, 2016

---

# "2015" theme css question

 *  [jimschneider](https://wordpress.org/support/users/jimschneider/)
 * (@jimschneider)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/2015-theme-css-question/)
 * Hi, I have the “2015” theme. How can I remove the category name from top of my
   posts in categories. And also how can I remove the previous and next category
   names from footer of posts?

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/2015-theme-css-question/#post-6341415)
 * Hey there jimschneider,
 * How are you doing today?
 * Both should be possible with some custom CSS. To remove category name from category
   pages please try adding the following CSS code in the style.css file of your 
   [child theme](http://codex.wordpress.org/Child_Themes) or add it in your site
   using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .category header.page-header {
         display: none;
       }
   
       .category main#main {
         padding-top: 0;
       }
       ```
   
 * This should remove page header with the name only on category pages.
 * As for your other issue if you’re referring to previous and next post navigation
   you can remove it by adding the following:
 *     ```
       nav.navigation.post-navigation {
         display: none;
       }
       ```
   
 * If the code doesn’t work can you please post link to your site so I can take 
   a look.
 * Hope this helps 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘"2015" theme css question’ is closed to new replies.

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [remove footer](https://wordpress.org/support/topic-tag/remove-footer/)
 * [remove name](https://wordpress.org/support/topic-tag/remove-name/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/2015-theme-css-question/#post-6341415)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
