Header Image Disappeared
- The topic ‘Header Image Disappeared’ is closed to new replies.
Need help? Check out our Support site, then
I’ve been working on adjusting colors and the CSS. Somewhere along the line the header image disappeared. I have retraced as many steps as I can but no luck.
Thank you.
Looks like SiteOrigin messed it up when they imported the css.
If you change your custom rule #masthead
that is displaying this image:
To:
body #masthead {
background-image: url( http://wiki.takomavillage.org/wp-content/uploads/2019/09/cropped-2013.07.20.CrepeMyrtle.jpg );
}
Then it will display your custom header image.
Thank you!