I see there's a default class of "inputbox" assigned to the input fields. Where can I change this? I am referring specifically to the fields under the Configuration -> Fields tab. (First/Last name etc)
For the core fields like First Name, Last Name, ... the css class are hardcoded in the code. If you want to change it, you will have to modify code at components/com_jdonation/views/donation/tmpl/default.php (search for class="inputbox" and replace with the class name you want) .