This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Removing 'blue border' from input text field


  1. glennjohnson
    Member

    Hi everyone,

    I only have that 'blue border' that appears when you click in an input field on my Paragraph Text boxes (but no other fields in my form).

    QUESTION: How can I remove the blue border that appears when you click in my Paragraph Text fields at the bottom of this form
    http://www.glennjohnsondesign.com/#1673501/Client-Retouch-Brief-Form

    I'm not great with CSS or HTML so if someone does know, can you please tell me exactly where I can find the code I need to change, and what I need to change it to.

    That would be ace. Kind regards,

    - Glenn.

    Posted 13 years ago #
  2. yuniar

    Chrome and Safari put a glowing blue border around text area when they are in focus. You can remove it by adding this CSS code into your form CSS code (use the Edit CSS menu):

    input:focus, textarea {
        outline: none !important;
    }

    MachForm Founder

    Posted 13 years ago #
  3. glennjohnson
    Member

    Thanks Yuniar! It worked!

    Posted 13 years ago #

RSS feed for this topic

Reply