Page 1 of 1

CSS-selectors

Posted: 04 Aug 2012
by Mike
Hi,

Great product! Thank you. Anybody knows, how to change css-styles for text boxes? I can't find selector.

Re: CSS-selectors

Posted: 16 Aug 2012
by Dmitry Kozlov
Click CSS button on Forms Designer ribbon and insert this code:

#fd_form .fd_field .fd_control input[type='text'] {
font-size: 18px;
}