How to increase and bold text?

  • joannepope
    Asked on September 18, 2018 at 7:27 AM
  • Victoria_K
    Replied on September 18, 2018 at 7:40 AM

    Hello,

    You can add the following css code to your form to make the text bold and to increase it: How-to-Inject-Custom-CSS-Codes

    .form-all {

      font-weight: bold;

      font-size: 30px;

    }

    Feel free to adjust the font-size property as to your needs. If you need to style some specific part of text, please provide us the link to your form and some more details on the task.

    We will gladly assist if you need more help.