Why are the fields fading dark?

  • NeuroSupporter
    Asked on June 10, 2020 at 2:17 AM

    Hey Jotform Family,


    Is there a way to avoid the fields from fading dark when I hover over them to add an input?

  • Ariel JotForm Support
    Replied on June 10, 2020 at 2:52 AM

    Hi there,

    Thank you for contacting Support.

    Inject the following code to your form's CSS:

    .hover-product-item:hover {
        color: inherit !important;
    }

    Please give it a whirl and let us know if this fits your requirements.


    Related Guide: How to Inject Custom CSS Codes