You are viewing limited content. For full access, please sign in.

Question

Question

"un-bold" Field Label

asked on November 14

When setting up a field on Forms, the label is bold.  Is there a way to "un-bold" it?

0 0

Answer

SELECTED ANSWER
replied on November 14

As Angela said, if you're wanting to un bold all of your field labels, you can do so easily under the Styles tab.

If you're wanting to isolate just one, you can use the following CSS:

#q73 label {
  font-weight: normal;
}

If you're wanting to isolate a few, but not the whole form, you can add a CSS class (in this case I used "unbold") to those fields and use the following:

.unbold label {
  font-weight: normal !important;
}
2 0
replied on November 14

Perfect!  Thank-you!

1 0
replied on November 17

No problem at all, happy to help!

0 0

Replies

replied on November 14

You can un bold in the Styles area.  Click the paintbrush in the top right corner and select Styles and expand fields.  It's under Body Text.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.