Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13758

    On older IE, the background image is not showing up. Fixed the logo issue, but what about the background?

    #13764
    Sakin
    Keymaster

    @Matt Petersen: Send me your site URL and if possible the screenshot of the issue in IE.

    #13768

    ip-corporation.com
    As far as the background in header, does not show up. Just white.

    #13770
    Sakin
    Keymaster

    @Matt Petersen: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding {
        background: url("http://ip-corporation.com/wp-content/uploads/2013/08/ip_water_grey.jpg") no-repeat scroll 0 0 transparent;
    }

    One more thing I notice in your site is that you are directly customizing CSS in style.css. You shouldn’t edit any core theme files as when you update the theme it will be reverted back and your customization will be gone. So the only way to customize the CSS in either though Custom CSS box or by building child theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background in header not showing’ is closed to new replies.