Eliminate border around text

  • almontearts
    Asked on May 1, 2014 at 1:51 PM
    -I want to change the background color to blue. I don't really need a border around the boxes. How do I eliminate the border?
  • BrianPaulo
    Replied on May 1, 2014 at 2: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