Support » Fixing WordPress » How Can I Remove this Blue Shade?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your logo image is a .jpg file which does not have a transparent background.

    If you have access to a transparent .png version of the logo, that would solve the problem.

    If you do not have access to a transparent .png version of your logo, you can edit the style.css file.
    Around line 66 look for this section:

    #branding {
    background: #ffffff url(images/sky.png) top left repeat-x;
    margin-bottom: 5px;
    }

    …and revise to:

    #branding {
    background: #ffffff;
    margin-bottom: 5px;
    }

    Thread Starter agfreesafety

    (@agfreesafety)

    Your logo image is a .jpg file which does not have a transparent background.

    Thanks for catching that. I saved a .png, I think I’m good now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Can I Remove this Blue Shade?’ is closed to new replies.