Come modificare il colore del bordo del modulo utilizzando il codice CSS?

  • FondazioneArena
    Domanda del 7 novembre 2023 alle ore 06:36

    Ciao,

    volevo chiedere quale codice css devo utilizzare (se esiste) per modificare il colore del bordo esterno del modulo che sto creando: https://form.jotform.com/233034140267345.

    Mi piacerebbe che il solo frame più esterno (che separa il modulo dallo sfondo) fosse di colore blu, ma non riesco a trovare il modo per modificarlo.

    Grazie mille,

    Samanta

  • Gil_A
    Risposta del 7 novembre 2023 alle ore 09:13

    Hi FondazioneArena,

    Thanks for reaching out to Jotform Support. Our Italian Support agents are currently busy assisting other Jotform users. However, I'd be happy to help you in English using Google Translate and you can reply in whichever language you feel comfortable using. If you'd rather have support in Italian, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now let me help you with changing your form border to color blue using CSS code. You can use the following CSS code below to do that:

    .form-all {
      border: 2px solid blue!important;
    }

    Result:
    Come modificare il colore del bordo del modulo utilizzando il codice CSS? Image 1 Screenshot 20

    You can also check our guide on Customizing Your Form Using CSS Codes.

    Give it a try and reach out again if you have any other questions.