Home › Forums › Basel support forum › Popup form formating › Reply To: Popup form formating
April 30, 2018 at 6:47 am
#55340
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.mc4wp-form input[type=text] {
background-color: transparent;
border: none;
border-bottom: 2px solid rgba(129,129,129,.35);
box-shadow: none;
}
.mc4wp-form input[type=text]:focus {
border-color: rgba(129,129,129,.35);
}
Regards