How to add css code for the widget?

  • zysod
    Asked on July 22, 2019 at 5:22 AM

    I m trying to change the font color and font size under the Day countdown. i m injusting My CSS codes but nothing is changing. 

     

    Jotform Thread 1898898 Screenshot
  • erdem
    Replied on July 22, 2019 at 6:10 AM

    You should add your css code from the widget settings.

    1- Please click on widget settings icon.
    2- Please click CUSTOM CSS tab.
    3- Please add css code.

    #note {
      color: red !important;
    }

    4- Please make sure click UPDATE WIDGET button.

    I created an example form for this process:

    https://form.jotform.com/92022739759971

    Feel free to contact us if you need further assistance.

  • zysod
    Replied on July 22, 2019 at 6:28 AM

    Thank you !!!!!!!