EagleHeart
-
Posts
7 -
Joined
-
Last visited
Community Answers
-
EagleHeart's post in How to Change Font Size in Text Area Box in Survey Form was marked as the answer
Well folks, just goes to show you that I don't know much about CSS syntax, and this code snippet works.
/* form block - resize input text */ .form-wrapper .field-list textarea {font-size: 16px} The difference is that I removed the period preceding "textarea". If anyone can explain this to me, I'd appreciate it.
TIA.