Unable to change background color in Preferences using color picker

  • shelleyhobbs
    Asked on May 14, 2016 at 8:11 AM

    when i go into preferences and change to colors, I cannot hover over the color palette and it quickly goes away and then when i can select is not the color I seleced and then it doesn't update.

     

  • Chriistian Jotform Support
    Replied on May 14, 2016 at 8:40 AM

    I checked the issue on my end and I was able to replicate the issue. I will escalate this to our development team.

    Unable to change background color in Preferences using color picker Image 1 Screenshot 20

     

    For now, you can change the background color of your form by injecting this custom CSS code to your form:

    .supernova {

        background-color: rgb(190, 195, 197) !important;

    }

     

    To inject custom CSS code to your form, you can follow the instruction provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.