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, 10 months ago by isabellefr.