• Resolved mhk1058

    (@mhk1058)


    Hi,

    Does anyone have any idea how to change the header background colour so that I can use a transparent .gif for my logo?

    I’ve tried with my very limited knowledge of .css and got nowhere.

    Here’s a link to my site http://www.markkneen.com with a test .gif header so you can see what I mean… the image pushes everthing aside but most of the background is then white.

    I can use a solid background header but a transparent one gives much more flexibility.

    Thanks

    Mark

    https://wordpress.org/plugins/fourteen-extended/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brian Harris

    (@zgani)

    Hello Mark,

    In your child theme’s style.css add the following css and that should hopefully resolve your issue.

    #site-header {
        background-color: #232323;
    }

    Regards,
    Zulf

    Thread Starter mhk1058

    (@mhk1058)

    Hey Zulf, thanks.. you even went to the trouble of checking the colour!

    Much appreciated, worked a treat

    Mark

    Plugin Author Brian Harris

    (@zgani)

    No problem at all Mark – glad to have been of service 🙂

    Zulf

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Colour’ is closed to new replies.