how to change font size in forms?
erniem - April 17, 2008 - 17:32
| Project: | Zen |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'd like to be able to adjust the fonts in my forms (such as the forms I use to enter the Body text for a node) using CSS, but I can't seem to find where these classes exist in Zen. I'm using a subtheme, which probably complicates things further.
For instance, the text in the "Body" form is styled with this class: "form-textarea resizable," but I can't seem to find that class in my subtheme's css files.
I suspect this might mean textarea.js is being applied, but I'm not sure.
Any help would be much appreciated. Thanks!

#1
Just because you can't find a class in the subtheme.css doesn't mean you can't add it! The declarations that are in that file are just helpers and aren't meant to limit what you do with that css file.
.form-textarea { font-size: 0.9em; /* or whatever you want. */ }#2
Automatically closed -- issue fixed for two weeks with no activity.