Header Element: Adding two lines of text

  • Fred615
    Asked on May 3, 2017 at 7:51 PM

    Thanks!  I was able to get the Logo and the main header on the same line; but I wasn't able to create two lines of text so I had to create a Text box below the Header section for the "Online Ordering Form" text.

    And I wasn't able to figure out how to get the two lines of text back to the red color.

  • Mike
    Replied on May 3, 2017 at 7:56 PM

    The second line of text can be added as a 'Sub-Heading Text'.

    Header Element: Adding two lines of text Image 1 Screenshot 30

    The sub headings are styled in different manner compared to the headings, but you can add the next CSS to your form in order to fix this.

    .form-subHeader {
    font-size: 2em;
    font-weight: bold;
    font-style: normal;
    }

    Header Element: Adding two lines of text Image 2 Screenshot 41

    If you need any further assistance, please let us know.