Custom code on Firefox

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.

This is Chrome:

This is Firefox:

Anyone had this situation before?

This is the link to my project: https://preview.webflow.com/preview/icebreax?preview=8f65bc4a313f7fef30d7c7434a08fe16

Thanks!

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.

I hope this helps!

Thanks @cyberdave! It worked :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.