• My header image just stopped displaying randomly. I checked the css- nothing indicates its set as “background transparent”, the image is uploaded and checks out fine in the preview screen on the customization section of the theme… it’s just not displaying. Any ideas?

Viewing 1 replies (of 1 total)
  • Hi there,

    Have you made changes to the theme’s php files?

    If so, that could be the cause.

    In that case, I’d recommend making a backup of your database and files, then deleting the theme and downloading a fresh copy.

    If you haven’t modified the theme, double check that your header image is still active in the customizer. The live site doesn’t behave as though a header image has been set.

    You could also add a background for the header by using this in the Customize > Additional CSS area:

    .site-branding {
        background-image: url(put-your-image-url-here);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Header image stopped displaying’ is closed to new replies.