• I’ve created a transparent PNG file, and managed to find some code to get rid of the annoying blue box around the edge, but this weird glow remains. Can anyone help?

    Here’s the site: https://surreylass.webuda.com/

    I’m using freshpick theme.

    And I’m very new to this (1 day and counting!)

Viewing 2 replies - 1 through 2 (of 2 total)
  • it is from the background of this general img style:

    /* Images */
    img {
    	background: #FAFAFA;
       border: 1px solid #E4E4E4;
    	padding: 8px;
    }

    to ‘switch this off’ just for the header image,
    either remove the line with background: #FAFAFA; from that style,
    or try and add a new line to style.css of your theme:

    #header img { background: none; }

    Thread Starter Hellend

    (@hellend)

    Ahh I think it worked. Well, I did what you said and it didn’t work, then I changed it back and it suddenly worked. Hmm.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange blue glow behind header’ is closed to new replies.