Fluent Forms Styling/Custom CSS
With Fluent Forms, you can now add your own style to your online forms using custom CSS.
- Open up your form and head to the “Settings & Integration” tab on top of the editor.
- Select “Custom CSS/JS” from the sidebar

You will be given a unique class for every form. It appears highlighted above the shell. Use this class in your codes.

You can use some basic custom css from below
Please note that you need to replace the ‘.fluent_form_149’ from the code with your own form’s unique class
You can change your Submit Button style.
Or even all the Input Fields style.
You can customize the font styles.
Label styles can also be set according to your will.
Change Input Focus Color
Change Ratings Color
If you get bored with the Step Button style over and over again, you can change that too.
Similarly, you can tweak a lot of things using custom CSS to give your forms a unique look. Remember to Save before launching. Or the customized CSS classes will not come into effect.
More CSS styles will be added frequently