WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
.form input, .form textarea, .form select { border: 1px solid #000000; color: #333333; font-weight: bold; margin-top: 14px;}.form textarea, .form select { width: 50.4%;}.form select { width: 50%;}.form input:focus, .form textarea:focus, .form select:focus { background-color: #E7F1FE; border: 1px solid #C4DCFC; color: #294403;}.form input:hover, .form textarea:hover, .form select:hover { background-color: #E9EDF1; border: 1px solid #C2C4C6; color: #333333;}.form input[type="text"] { height: 27px; padding: 0 0 0 4px; width: 50%;}.form input[type="submit"], .form input[type="reset"] { background: none repeat scroll 0 0 #035B8B; border: 1px solid #024366; color: #FFFFFF; float: left; height: 40px; padding: 9px;}.form input[type="submit"]:hover, .form input[type="reset"]:hover { background: none repeat scroll 0 0 #024366; border: 1px solid #024366; color: #FFFFFF;}.form input[type="radio"], .form input[type="checkbox"] { background-image: none; border: 0 none;}.form td.field_title { width: 150px;}
1.General Settings > Shop Settings > Address Form > ZIP at End of Address2.Every table row has its own id like #cust_email_text, the table cells have classes like .mod_bakery_form_label_f and the input fields have classes like .mod_bakery_form_input_f. So it is easy to select any address form element. Just have a look into the html output of Bakery. Further reading:http://www.bakery-shop.ch/#css
1. General Settings > Shop Settings > Address Form > ZIP at End of Address
2. the table cells have classes like .mod_bakery_form_label_f and the input fields have classes like .mod_bakery_form_input_f.