Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP 1.2 – removing custom image header code in child theme did not work


Leia Scofield
Participant

@leiascofield

A temporary quick fix would be to add the following to your child theme’s CSS:

If you don’t want any image:

#header { background: none !important }

If you want some other image:

#header { background: url(/path/to/image.gif) !important }

Skip to toolbar