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!

Comments

johnalbin’s picture

Status: Active » Fixed

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. */ }
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.