Forums

Strange blue glow behind header (3 posts)

  1. Hellend
    Member
    Posted 1 year ago #

    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: http://surreylass.webuda.com/

    I'm using freshpick theme.

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

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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; }

  3. Hellend
    Member
    Posted 1 year ago #

    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!

Topic Closed

This topic has been closed to new replies.

About this Topic