How to change the colour form input text
There may be occasions where you want to to change the colour form input text for design reasons.
This tutorial will show you how to change the colour form input text on Squarespace 7.0 and 7.1.
Complexity: Easy
The following code snippet below changes the color of the form input text:
// Form input text colour // .form-block input, .field-element{ color: #000; }
From your Squarespace account, go to the Custom CSS Editor, paste the code into the Custom CSS editor box.
You can then adjust the color settings to your liking.