Hi,
How can I apply that code so its for the entire form? I did the following:
.form-wrapper input[type="text"] {
background: transparent;
border-top: none !important;
border-left: none !important;
border-right: none !important;
}
It only shows for the first form fields and the rest still has the box.