-
almonteartsAsked on May 01, 2014 01:51 PM
-
BrianPauloReplied on May 01, 2014 02:53 PM
Hi almontearts,
You can Inject a CSS Code on your form. To remove the border of your text boxes, please use the following CSS code:
.form-all input {
border: none !imprtant;
}
I hope this answers your question.
Bryan