Page 1 of 1

Formatting

Posted: 20 Sep 2013
by Hubbaroo
How would I apply formatting to the field titles, like make them all bold?

Re: Formatting

Posted: 21 Sep 2013
by Dmitry Kozlov
Hello,

You can do it with CSS. Please, open Forms Designer and click CSS button in the ribbon. Put the following code there:

Code: Select all

.fd_title {
  font-weight: bold;
}
Click 'BACK TO DESIGNER' button and save your form.