Changing just form-input font size

Permalink Browser Info Environment
Hi Guys,
any idea how to change the font size for input[type="text"] without affecting the whole C5 text inputs?

Thanks for the Add-on :)

Torsten

Type: Discussion
Status: New
tsilbermann
View Replies:
jordanlev replied on at Permalink Reply
jordanlev
If you look at the SAMPLE_OUTPUT.html file that is included with the addon download, you'll see example html for the forms. Each field is wrapped in divs that contain classes, just for this purpose of styling. The text field looks like this:
<div class="field field-text">
  <label for="Question8">First Question (Text)</label>
  <input name="Question8" id="Question8" type="text" value="" />
</div>

...so you can style text fields via the ".field-text input" selector.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.