How to remove border on form input field DAWN theme

Hi all, I embedded a Shopify form but I want to get rid of the border around the tex input fields, I don’t want the border to appear when the field is being typed in either, I want it to look like this :

here is the website https://d9423d-93.myshopify.com/

any help would be greatly appreciated

Add This Css in Your bsae.css File

.contact .field {
    border-bottom: 1px solid;
}

that didn’t work for me sadly :disappointed_face:

hi there! I’m unable to see the code you want me to try.