Jump to content

Change form field color

Go to solution Solved by bycrawford,

Recommended Posts

Hey K, here is the code:

.form-wrapper .field-list .field .field-element:not(.button) {
  background: red;
}

 

Sam Crawford | by Crawford.
 
Multi-award-winning Squarespace expert
 
💸 How I make $500k/year designing Squarespace websites: Watch the video
📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call
 
Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
Link to comment

@Ptphotography Use this code:

.form-wrapper .field-list .field .field-element {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc !important; /* Change Border Colour Here */
    background: #fafafa; /* Change Background Colour Here */
    color: #000;  /* Change text Colour Here */
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

Let me know how it goes

Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.

Join us on this exciting journey. Ping us here!.

Link to comment
  • Solution
1 hour ago, Ptphotography said:

So cool thank you so much!

To wrap it up, how do we change the grey stroke red as well?

image.png.edabb858d14a9be57af0388455016be2.png

Many thanks,
K

Hey K - use this:

.form-wrapper .field-list .field .field-element:not(.button) {
  background: red;
  border: solid 1px red;
}

 

Sam Crawford | by Crawford.
 
Multi-award-winning Squarespace expert
 
💸 How I make $500k/year designing Squarespace websites: Watch the video
📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call
 
Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.