• Resolved isabellefr

    (@isabellefr)


    Hello! I made a contact form and when a field is selected, the border changes (to indicate it’s selected). How can I change what the selected field’s border looks like? It’s currently a dotted line. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @isabellefr,

    Thanks for writing in!

    Please follow and try the suggestion from this guide.

    I hope this helps.

    Thread Starter isabellefr

    (@isabellefr)

    Hi Jade! Thanks for the link. It didn’t solve my issue (the guide just shows how to add a drop shadow) but I was able to figure it out. I had to put the following as custom css and it solved the dotted border issue.

    input:focus {
    outline: none !important;
    }

    • This reply was modified 3 years, 9 months ago by isabellefr.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change border of selected field’ is closed to new replies.