How to set Orange background color of the theme to be only behind the header?

  • Imogenius13
    Asked on December 23, 2015 at 5:38 PM
    Also, how do I resize that orange background so it's just on the header? I can't seem to find the right button for that, thanks! :)
  • Ben
    Replied on December 23, 2015 at 5:59 PM

    If you add this code to your form:

    div.form-all {
        background-size: 100% 450px;
    }

    it should set your orange background to be right behind the header and not behind other elements of your form.

    You can see here how to add the same to your form: Inject Custom CSS Codes

    Do of course let us know how it goes.