Why the text typed is not showing properly in FireFox?

  • Hectoronly
    Asked on April 28, 2017 at 2:24 PM

    Hola, tengo problemas con los formularios cuando usan el navegador de FireFox, resulta que cuando ingresan los datos en los campos, no se ve lo que escriben.

    Ya intente cambiando los colores del texto en los campos pero no resuelve el problema.

    En los demas navegadores trabajan perfectamente.

     

    Gracias

  • Nik_C
    Replied on April 28, 2017 at 2:50 PM

    I checked your website in FireFox and I was able to replicate the problem. It is related to the height of the textbox, so please insert the below CSS in your Custom CSS field:

    .form-textbox {

        height: 50px !important;

    }

    It should work as intended:

    Why the text typed is not showing properly in FireFox? Image 1 Screenshot 20

    Let us know how it worked.

    Thank you!