Background header color change

  • Unknown's avatar

    Hi there,

    I’m using the restaurant theme on my site and I’m trying to change the background header color from white to orange just like the rest of the page color background is.

    How can I go about doing this?

    Thanks so much for your help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,
    Try using the following CSS (paste it in Customize>CSS). It will use the same orange as your background.

    #header .content {
        background-color: #f15d2c;
    }
  • The topic ‘Background header color change’ is closed to new replies.