How can I change the color of the plus sign of Field Multiplier

  • arizonacoalition
    Asked on November 4, 2019 at 4:06 PM

    How can I change the color of the "plus sign" to WHITE on the Field Multiplier Widget? I would also like to add a sub-label to this widget. Thank you!

  • David JotForm Support Manager
    Replied on November 4, 2019 at 7:22 PM

    I checked the last form you edited, but did not find the Field Multiplier. However, you can change the color of the plus sign, and add a sub-label with this CSS code: https://www.jotform.com/help/428-how-to-inject-css-codes-to-widgets/

    #addInput{

      color: red !important;

    }

    #inputs:after{

      content: "hello !" !important;

    }

    Result: https://form.jotform.com/93077915768978

    1572913273result Screenshot 10

    Let us know if you need more help, we will be glad to assist you.