How to Hide Language Selector Using CSS Codes?

  • Profile Image
    roloxls
    Asked on August 19, 2025 at 4:29 PM
    Can you suggest me css code to hide the language selector for users?
  • Profile Image
    Aries JotForm Support
    Replied on August 19, 2025 at 5:12 PM

    Hi Rodolfo,

    Yes, you can hide the language selector using custom CSS code. Let me show you how to do it with the cloned version of your form:

    1. First, copy the code below:

    div#langDd {
    display: none;
    }

    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.

    How to Hide Language Selector Using CSS Codes? Image 1 Screenshot 30

    Here's the result after injecting the custom CSS codes:

    How to Hide Language Selector Using CSS Codes? Image 2 Screenshot 41

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

  • Profile Image
    roloxls
    Replied on August 22, 2025 at 8:02 AM

    It worked perfectly, thank you!