Skip to main content
16-Pearl
February 6, 2017
Solved

How to change the style of a TextArea widget?

  • February 6, 2017
  • 1 reply
  • 2247 views

The TextArea widget cannot be styled directly with a specific CSS class.

It can however be styled through the generic textarea style, e.g. in Styles > Applications​ use

textarea {

  color: red;

  font-family:"Times New Roman", Times, serif;

  font-size: 23px;

}

That should help styling those boxes...

Best answer by mneumann

(see original question for the answer)

1 reply

mneumann16-PearlAuthorAnswer
16-Pearl
February 6, 2017

(see original question for the answer)