Dear Support,
I would like to change the background color of the essay / long answer textbox but I could not find any solution for that.
Is it even possible to change the color of that?
Regards,
Balázs
Best answer
The default setting for the background of the textbox is ‘transperant’. You will have to setup some custom CSS code to get a color background – something like this:
.sg-question textarea {background-color: #ededed;}
Check the documentation for details – http://help.surveygizmo.com/help/article/link/css-class-names#how-to-find-the-css-selector
×