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

Question

Question

Required field - change color and format of text entered.

asked on January 27, 2016

We have a form with 50+ radio button questions included. For the majority of these questions if an individual answers 'No' we will require a 'comment' for them to explain further.

 

I have already seen a previous question which aided me in changing the color of 'Comment' in my attached screen shot. However I am now looking at any CSS that will allow me to change the color of the text entered in the highlighted field by the participant - Red & Bold for example.

 

Any help is apprciated. 

Required Field - field.JPG
0 0

Answer

SELECTED ANSWER
replied on January 27, 2016

Definitely doable. You need to first assign that field a classname of whatever you like.

Then in your CSS section add the following:

.makeredandbold input {color:red;font-weight:700;}

Then save and you should be left with:

 

1 0
replied on January 27, 2016

Hi Chris!

 

Excellent! That 'input' code is all I needed, I have already given the Comment field a CSS class of 'comment' - so I will now apply what you have stated above!

 

Thank you very much! 

 

Exactly what I wanted!

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.