How to change the color and style of user input text into the text entry field | XM Community
Skip to main content

I have a “text entry” question type. When participant enter their answer,, the default text color is grey. I want to change it to black and also increase the text size. How to do that? 

@MM77_C 

This post should be helpful!

 

 


@Deepak Thank you. The code made my text entry box bigger but the text color is not changing. It is still grey, while I want it black. 


@MM77_C The text entry box is bigger because of increase font-size and the color should have changed as well.

Are you sure you included color: #000; in the text box css?

 


@Deepak Yes, I did. Still it is not working. 


@MM77_C  which layout are you using?


@Deepak It worked now. I change the color code a bit :     color: #000 !important;

Thank you so much. 


@MM77_C Glad it worked!

Kindly mark the answer as solved if it resolved your issue.


Leave a Reply