How can I change sub-heading text size in CSS

  • golforfood
    Asked on October 22, 2017 at 2:05 PM
  • Mike
    Replied on October 22, 2017 at 2:27 PM

    To change the font size of the 'Sub-Heading Text' within 'Header' field, try the next CSS:

    .form-subHeader {
    font-size: 1.25em;
    }

    or in pixels

    .form-subHeader {
    font-size: 18px;
    }

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