This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Adjust font size of field labels...
Started 11 years ago by jpello | 2 posts |
-
Is there a way to adjust the font size of the field labels?
FOR EXAMPLE:
I have a date field: MM DD YYYY --- I'd like to make that bigger.
Or on a name field... the words "First Name" and "Last name"
I know that under the theme editor there are options to adjust every other font on a form EXCEPT that...
thoughts?
I'm on Machform 3.4
Posted 11 years ago # -
I don't play with CSS much, but you can use code like this:
<span style="font-size: 32px;">First Name: </span>
in the field title. You can't do that with the field contents, of course. Nor would that work if you want ALL field titles to be larger.You can see what it looks like on a test form of mine:
http://site.beautifulsaviour.org/forms/view.php?id=19269Posted 11 years ago #
Reply
You must log in to post.