How to remove the gray line in Review before Submit

  • replumbpros
    Asked on April 15, 2024 at 10:31 PM
    I would also like to remove the gray borders between each field if we can make the fields display flex and then wrap.
  • Mikhail JotForm Support
    Replied on April 15, 2024 at 10:37 PM

    Hi replumbpros, 

    Thanks for reaching out to Jotform Support. Removing the gray line in Review before Submit section is possible by adding a CSS code. Let me show you how to do that:

    • Open your form in Form Builder and click on the blue Paint Roller icon on the right side of the screen.
    • Under the Styles tab, paste the code below into the Inject Custom CSS area.
    /* Delete gray line in Review before Submit - 13919981 */ 
    #previewContainer>ul>li:not(:last-child):nth-child(n+3) {
        border-top: 0px solid #ececec !important;
    }
    /* Ends here */


    This is what it looks like after adding the CSS code:

    How to remove the gray line in Review before Submit Image 1 Screenshot 20

    Give it a try and let us know if you have any other questions.

  • replumbpros
    Replied on April 16, 2024 at 9:16 PM

    Thanks Mikhail!

 
Your Answer