why the phone number in the form has outline
- The topic ‘why the phone number in the form has outline’ is closed to new replies.
Need help? Check out our Support site, then
This is really interesting and confusing
https://innerbayprep.com/contact/
Only phone number row has an outline. I tried to delete and redo it but it did not work…
All the forms have this issue..
How to fix it? Thank you!!
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following css snippet.
input[type='tel'] {
color: #020202;
border: 1px solid #ebebeb;
border-radius: 2px;
padding: 8px 10px;
}
Thanks
thank you it works