Viewing 2 replies - 1 through 2 (of 2 total)
  • If you don’t already have a child theme, you might want to add a plugin like “Simple Custom CSS” and add the following snippet of code to it. that should make the background white:

    #masthead #top-header {
    background: #FFF !important;
    }

    Thread Starter SSP1

    (@ssp1)

    Thanks very much Augusting56. This has worked.

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

The topic ‘Change header colour’ is closed to new replies.