Home Forums WoodMart support forum Framing on billing address Reply To: Framing on billing address

#564356

Hello,

Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    border: 1px solid black !important;
}

Best Regards.