How do I get rid of the square border around my round cornered form?

  • garciadona
    Asked on March 1, 2016 at 2:43 PM
  • Nik_C
    Replied on March 1, 2016 at 4:28 PM

    Hi, 

    You need to inject custom CSS code. Go to Preferences. Click on Form Styles tab and find Inject Custom CSS field. 

    There add the following line(with yellow background) in your Inject Custom CSS field.

    .form-all {

    outline:none !important;

    width: 585px;

    }

    The yellow line is what you have to add to your custom CSS.

    I provided this guide for you so you can achieve your goal easier.

    How do I get rid of the square border around my round cornered form? Image 1 Screenshot 20

     

    Please let me know if i can be of more assistance.

    Best regards.

  • garciadona
    Replied on March 2, 2016 at 9:56 AM

    It worked!  Thanks for your help.