I’ve added custom code to the form fields of my website, to make them white.
It works well on Chrome and Safari, but Firefox has a weird bug, some of the font disappear.
Hi @Corinne, thanks for the report. I would check the form fields and make sure that there is no padding set on the form fields, Firefox will render that as blocking space, covering the fonts.
Instead of using padding to give your form fields height, change the height style on the form field element to achieve different height form fields.