hover colour change

  • atoatest
    Asked on December 16, 2015 at 11:16 PM

    I have fields with checkbox in my form. once I select any checkbox the coloyr of the text is getting changed to black.here is the screenshot of it http://prntscr.com/9f4v85 How to change that to be white even after selecting the check box.

  • BJoanna
    Replied on December 17, 2015 at 1:49 AM

    Thank you for contacting us.

    You can achieve that by Injecting Custom CSS.  Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-payment-total, .form-product-item {color: white !important;}

    hover colour change Image 1 Screenshot 30

    When you add this code your form will look like this. 

    hover colour change Image 2 Screenshot 41

    Here is my demo form: https://form.jotform.com/53500903767961? 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.