Title: Removing stuff using CSS
Last modified: August 20, 2016

---

# Removing stuff using CSS

 *  Resolved [Diomedes](https://wordpress.org/support/users/diomedes/)
 * (@diomedes)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-stuff-using-css/)
 * I need help removing some of the header stylings in [my blog](http://smellofpopcorn.com)–
   the search bar and the thing that starts with “#” next to the title. Appreciate
   any help.

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-stuff-using-css/#post-3158822)
 * Try this in your CSS file:
 *     ```
       #header #sideHeader {
          display: none;
       }
       ```
   
 *  Thread Starter [Diomedes](https://wordpress.org/support/users/diomedes/)
 * (@diomedes)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-stuff-using-css/#post-3158827)
 * That was fast! Thank you. But how about the search bar?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-stuff-using-css/#post-3158828)
 * Oh sorry, I thought that would get both, but guess not, so try this:
 *     ```
       #searchform {
          display: none;
       }
       ```
   
 *  Thread Starter [Diomedes](https://wordpress.org/support/users/diomedes/)
 * (@diomedes)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-stuff-using-css/#post-3158829)
 * Perfect. Thanks very much, appreciate the quick help.

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

The topic ‘Removing stuff using CSS’ is closed to new replies.

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Diomedes](https://wordpress.org/support/users/diomedes/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/removing-stuff-using-css/#post-3158829)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
