Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Header Color in Child Theme


modemlooper
Moderator

@modemlooper

all css should go into your style.css below the imports of the default theme. Create a folder in you child theme folder called img

#header {

background: url( img/default_header_red.jpg );

}

Skip to toolbar