Add border to input fields in Contact Page

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#contact_form{
    padding: 12px;
    background: #dde4e2;
    border: 1px solid #000000;
}
3 Likes