Title: Header color
Last modified: August 31, 2016

---

# Header color

 *  Resolved [Dceballos](https://wordpress.org/support/users/dceballos/)
 * (@dceballos)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-color-11/)
 * How do you change the color of the header on this theme? I want to change black
   for white.
 * The link of my site is: [http://parrots.com.ar/](http://parrots.com.ar/)
 * Basically I would like to change everything above the orange line for white
 * thanks
    Diana.

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

 *  [neotechnomad](https://wordpress.org/support/users/neotechnomad/)
 * (@neotechnomad)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-color-11/#post-6958492)
 * In your Zerius Child Theme, you will find this under the heading “Header”:
 *     ```
       #main-nav{
       	border-bottom: 3px solid #FC5F45 !important;
       }
       ```
   
 * Change it to this:
 *     ```
       #main-nav{
       	border-bottom: 3px solid #FC5F45 !important;
       	background-color: #fff !important;
       }
       ```
   
 *  Thread Starter [Dceballos](https://wordpress.org/support/users/dceballos/)
 * (@dceballos)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-color-11/#post-6958518)
 * Thanks a lot!
 *  [neotechnomad](https://wordpress.org/support/users/neotechnomad/)
 * (@neotechnomad)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-color-11/#post-6958522)
 * Welcome. Mark this thread “Resolved”, please.

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

The topic ‘Header color’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerius/1.0.10/screenshot.jpg)
 * Zerius
 * [Support Threads](https://wordpress.org/support/theme/zerius/)
 * [Active Topics](https://wordpress.org/support/theme/zerius/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerius/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerius/reviews/)

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [Zerius](https://wordpress.org/support/topic-tag/zerius/)

 * 3 replies
 * 2 participants
 * Last reply from: [neotechnomad](https://wordpress.org/support/users/neotechnomad/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/header-color-11/#post-6958522)
 * Status: resolved