Title: editing css?
Last modified: August 21, 2016

---

# editing css?

 *  Resolved [puifon](https://wordpress.org/support/users/puifon/)
 * (@puifon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/editing-css-14/)
 * I would like to make changes to the big black header/bar that appear on the pages
   on my website, example here:
 * [http://www.puifonluong.com/portfolio/](http://www.puifonluong.com/portfolio/)
 * I cant seem to find it on the stylesheet, does anyone know how I can edit it,
   I would like to change the colour and size, or perhaps even get rid of it. It
   seems to change size when i edit the line height under body section, but that
   just squishes all the text on my site.

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

 *  [Endlyss](https://wordpress.org/support/users/akel-res/)
 * (@akel-res)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/editing-css-14/#post-4504170)
 * With CSS you can always define your own styles, whether or not you are using 
   the original set. (ie. you dont have to find it to make changes to it.
 * Simply either go to the bottom of the stylesheet or create a custom.css (I would
   recommend doing the custom.css, because if you edit the style.css it will be 
   overwritten when you update themes) and then create your definition there. If
   the styles are not updating, then try using !important at the end of each definition(
   for example a body background and font-size)
 *     ```
       body{
       background: #000!important;
       font-size: 20px!important;
       }
       ```
   
 * BUT
    To save you all of that…I think I just found what you are looking for. The
   id is #heading it starts on line 348
 *  Thread Starter [puifon](https://wordpress.org/support/users/puifon/)
 * (@puifon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/editing-css-14/#post-4504237)
 * Hi thanks for your help, and letting me know about the custom.css!

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

The topic ‘editing css?’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [puifon](https://wordpress.org/support/users/puifon/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/editing-css-14/#post-4504237)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
