add css to nme field of Short Scrollable Terms

  • Kgr0up
    Asked on June 7, 2017 at 2:44 PM

    I need to change the color of the text "He leido y acepto..." and even the box, make the border darker how can I do this?

     

    add css to nme field of Short Scrollable Terms Image 1 Screenshot 20

    thanks

  • Mike_G JotForm Support
    Replied on June 7, 2017 at 3:45 PM

    Here is the CSS code to change the color of the label.

    #action #label {

        color: blue !important;

    }

    And below is for the border.

    #action label:before {

        border: 1px solid black !important;

     

    }

    Please add both to the Custom CSS tab of the Short Scrollable Terms widget and update the widget after.

    add css to nme field of Short Scrollable Terms Image 1 Screenshot 20

    You can change the color to your preference. And the codes should work for any Short Scrollable Terms widget.

    If you have any further questions regarding this, please feel free to contact us again anytime.

    Thank you.