How to change header background

You can change the header background with any color of your choice.  Simply go to the wp-admin of your site and follow the steps below.

navigation-A.png

Click Appearance > Editor

navigation.png

 

From the bottom right of the page click Stylesheet (style.css)

nagivation_3.png

 

Scroll down the page and look for ".site-header" under "3. Header, Navigation & Footer".  Replace the code for the background. You can either use rgba color code or html color code.

Examples: 

   rgba color code - background: rgba (0,0,0,.4);

   html color code - background: #6565FF

 

navigation_bar-4.png

 

Click "Update File" button at the bottom to save your changes.  Visit your site to view your changes.

 

navigation_5.png

 

 

 

Just replace 

 

Have more questions? Submit a request