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

Question

Question

Make required asterisk less bold

asked on March 10, 2016

What javascript or CSS can I apply to make the asterisk less bold on the form?

 

Laserfiche Forms 10

0 0

Answer

SELECTED ANSWER
replied on March 10, 2016

Whenever you wish to create custom CSS, you should use the built-in browser tools to determine the class of the option you wish to modify. To open developer tools, press F12. Then, use the "inspect element" option.

In this case, the class is cf-required. You can use some CSS like this:

.cf-required
{ 
  font-weight:normal;
}
3 0
replied on March 11, 2016

Thanks Brianna,

I'll keep that in mind for future reference :)

0 0

Replies

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

Sign in to reply to this post.