Element Text Area Font Size

It's being overriden by your main template.


/templates/corporate_response/css/template.css

.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message {
-moz-transition: all 200ms ease-out 0s;
background: none repeat scroll 0 0 #F1F1F1;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
font-size: 0.9em;
margin-bottom: 4px;
margin-top: 4px;
padding: 6px 11px;


}
 
So you'll probably need to override it yourself with a custom CSS in your form template. See the wiki if you don't know how to do that.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top