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

Question

Question

Bold only one word in a Radio Box

asked on April 8, 2024 Show version history

Hi everyone.

I would like to bold the first word in a radio question. Like this:

What's your favorite season?

  • Spring: I love flowers
  • Winter: I love snowboarding

 

I just figured out how to bold the entire option.

Thank you.

0 0

Answer

SELECTED ANSWER
replied on April 9, 2024

Since your post is tagged as Version 10, that should mean you are using the Classic Designer.

The new designer doesn't currently allow this, but the Classic designer does, you can just use HTML tags in the labels on a lot of the objects as you set them up on the Layout page.

You should be able to just use <b>Bold</b> tags in the labels.  Like this: 

<b>Spring:</b> I love flowers
<b>Winter:</b> I love snowboarding

 

1 0
replied on April 11, 2024

Thank you!!! It worked!

1 0

Replies

replied on April 8, 2024

Since there is no first word selector in CSS, you'd have to use JavaScript. Here's an example: Style first word (codepen.io)

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

Sign in to reply to this post.