Contact Form - Field Border Style
1. Plugin Info
Add a border and additional styles to the contact form text input fields.
- Works with Squarespace 7.0 and 7.1 
- Uses Custom CSS 
2. Add this code to Custom CSS
// Contact Form - Field Border Style - Ghost //
.form-wrapper .field-list .field .field-element, .form-wrapper .field-list .field .field-element:focus, .form-wrapper .field-list textarea, .eTv7qUMqLR9lJxpIAC3F, .EPP7gUN4hvOdLcPLvYT2 {
  color: #000;
  font-size: 14px;
  background: #fff;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 5px;
}3. Customizable Options
- Input Text Color 
- Input Font Size 
- Input Field Background Color 
- Inner Padding 
- Border Style 
- Border Radius 
4. Plugin Notes
- Applies to both normal and lightbox contact form. 
- Only compatible with text input fields (name, email, message, etc). 
- Label and description font styles can be changed in Squarespace settings. 

 
            