How to add a dark border to input fields on Contact Us page?

RosalynnSkin
Explorer
62 0 22

Hello, I would like to add a dark border, black, around the input fields,  

like so how can I do that without fiddling with theme settings?

RosalynnSkin_0-1631894920980.png

 

Reply 1 (1)

Nick_Marketing
Shopify Partner
1487 336 464

You could add this code to the bottom of theme.scss.css.

#ContactFormName {
  border-color: #000;
  border-width: 2px
}
#ContactFormEmail {
  border-color: #000;
  border-width: 2px
}
#ContactFormMessage {
  border-color: #000;
  border-width: 2px
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).