Home › Forums › WoodMart support forum › Framing on billing address › Reply To: Framing on billing address
May 9, 2024 at 11:22 am
#564356
Aizaz Imtiaz Awan
Keymaster
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.