Como adicionar borda ao elemento de parágrafo

  • welenson
    Perguntado em 20 de junho de 2024 às 07:19

    Bom dia, seria possivel colocar uma borda sobre um campo de Paragrafo?

    Caso seja somente via CSS, poderia me ajudar enviando o codigo?

    Gostaria de colocar uma borda no texto abaixo, mas não achei a opção no widget Paragrafo.


    Obrigado.

    Como adicionar borda ao elemento de parágrafo Image 1 Screenshot 20

  • Danilo Jotform Support
    Respondido em 20 de junho de 2024 às 07:28

    Hi Welenson,

    Thanks for reaching out to Jotform Support. If you want to add a border to the paragraph field, you can Inject this CSS code below. Let me show you how:

    1. Copy the code below:

    li#id_218 {
    border-style: solid;
      border-width: 2px;
        border-color: black;
    }

     2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    Como adicionar borda ao elemento de parágrafo Image 1 Screenshot 20

    Give it a try and let us know how it goes.

  • welenson
    Respondido em 20 de junho de 2024 às 08:43

    Danilo, colei o seu código e não alterou para mim.

    Como adicionar borda ao elemento de parágrafo Image 1 Screenshot 20

  • Neil Jotform Support
    Respondido em 20 de junho de 2024 às 10:48

    Hi Welenson,

    You will have to copy and paste the same code. It should be in English:

    li#id_218 {
    border-style: solid;
      border-width2px;
        border-color: black;
    }

    Check out my result below:

    Como adicionar borda ao elemento de parágrafo Image 1 Screenshot 20 Give it a try and let us know if you need more help.

  • welenson
    Respondido em 20 de junho de 2024 às 10:58

    Nossa, nem me atentei a esse detalhe! kk

    Muito obrigado pela ajuda!