-
fazzappAnswered on January 23, 2020 02:40 PM
Olá amigos, eu quero saber se é possível eliminar essa parte da tabela mostrado na imagem abaixo:
Para que fique plano como mostra esta abaixo:
Isso está nesse fomulário: https://www.jotform.com/build/200204934335648
Grato,
Carlos M. -
dorvilusjim99Answered on January 23, 2020 03:57 PM
Hello,
You can remove the indicated element from the table by adding the following CSS code snippet to The Form :
#cid_32 > table > tbody > tr > th:nth-child(2) {
display: none;
}
PLease, See the guide below For how to inject Customer CSS Code to a From :
https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
-
jherwinAnswered on January 23, 2020 05:15 PM
Kindly try the suggested CSS Code and let us know how it goes.
-
fazzappAnswered on January 24, 2020 08:00 AM
Yes, that's it, thank you so much !