• I’m trying to figure out how to remove the header background box. It’ doesn’t go with my background.

Viewing 1 replies (of 1 total)
  • Put this into your custom CSS or child-them CSS; or if you have Jetpack installed, go to Appearance –> Edit CSS:

    #header { background: none;} /* Don't display header background */

    ————–

    If you wish to change the header background color, then use:

    #header { background: #393939;} /* Change header background color */

    Change the #value to something you want. YOu can use https://www.colorpicker.com/ to pick the color you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the header background’ is closed to new replies.