I can't get the border-radius to apply on my form

  • leblacktee
    Asked on February 12, 2021 at 3:37 AM

    I managed to apply border-radius when I injected CSS in the advanced designer. However, when I go to the preview, I lose my border-radius. Below is the CSS I put down


    *.form-section.page-section {

      border-radius : 105px!important;

    }


    1613119071 60263e5f3c0aa Screen Shot 202 Screenshot 10

    Jotform Thread 2893768 Screenshot
  • jherwin
    Replied on February 12, 2021 at 4:30 AM

    Please try this CSS Code:

    .supernova .form-all, .form-all {
      border-radius: 105px!important;
    }

    Guide: How-to-inject-custom-css-codes

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