Contact Form - Field Background Color
1. Plugin Info
Add a background color 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 Background Color - Ghost //
.form-wrapper .field-list .field .field-element, .form-wrapper .field-list .field .field-element:focus, .form-wrapper .field-list textarea, .eTv7qUMqLR9lJxpIAC3F, .EPP7gUN4hvOdLcPLvYT2 {
  color: #fff;
  background: #000;
  padding: 20px;
}3. Customizable Options
- Input Text Color 
- Input Field Background Color 
- Inner Padding 
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. 

 
            