how to change header in a theme

  • raosmanian
    Asked on September 11, 2015 at 6:37 PM
  • victor
    Replied on September 12, 2015 at 11:17 AM

    Hi,

    I am assuming you are looking to change the GET IN TOUCH.

    how to change header in a theme Image 1 Screenshot 20

    This is an image, if you would like to modify this you may inject the following CSS code

     

    .form-header {

        background-size: 400px 90px; /*change image size*/

        background-image: url("{image url}"); /*change image*/

    }

    Please let us know if this helps