Custom CSS is not working

  • Profile Image
    steinercontact
    Asked on September 19, 2025 at 1:04 PM

    I want to hide an option in a radio button. I try to add custom css but it does not work.

    This are the field ids displayed:
    Custom CSS is not working Image 1 Screenshot 30

    This is the custom css that I am using:
    Custom CSS is not working Image 2 Screenshot 41

    And this is the form urlhttps://form.jotform.com/25258426293266363

  • Profile Image
    Reymae JotForm Support
    Replied on September 19, 2025 at 1:21 PM

    Hi Arlette, 

    Thanks for reaching out to Jotform Support. You can easily hide a radio item on your online form by Injecting CSS Codes. Let me walk you through it:

    1. First, copy this code:

    #label_input_66_2 {
      display: none !important;
    }

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

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Custom CSS is not working Image 1 Screenshot 30 Take a look at the screenshot below to see how it works:Custom CSS is not working Image 2 Screenshot 41Give it a try and let us know how it goes.

Your Reply