Jump to content

CSS styles breaking on contact form

Recommended Posts

  • Replies 3
  • Views 604
  • Created
  • Last Reply
  • 2 weeks later...
On 1/24/2020 at 6:34 AM, tuanphan said:

Which CSS did you use?

This is what I've used @tuanphan do you see anything that might be causing this issue in there? Thanks

#email-yui_3_17_2_1_1555014059115_8408-field {
  padding: 16px 0px;
}
.form-block input {
    border-color: #000000 !important;  
  margin: 0px 0px;
}
.form-block textarea {
    border-color: #000000 !important;
   margin: 8px 0px;
      }
.form-block button {
    background: #000000 !important;
    border-color: #000000 !important;
}

.form-wrapper .field-list .field .field-element {
    width: 100%;
    padding: 18px !important;
    margin: 8px 0px 4px;
    border: 1px solid #ccc;
    background: #0000;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0px;
}
#email-yui_3_17_2_1_1555014059115_8408-field {
    padding: 16px 16px;
}
.form-wrapper .field-list .field .caption .field-element {
    font-size: 16px;
}
.form-wrapper .field-list {
    font-size: 1rem;
}

Link to comment

Edit color: #000; to color: #fff;

.form-wrapper .field-list .field .field-element {
    width: 100%;
    padding: 18px !important;
    margin: 8px 0px 4px;
    border: 1px solid #ccc;
    background: #0000;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0px;
}

and add this code

.form-wrapper .field-list .field .field-element:focus {
    color: #000;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.