All Collections
Build & customize
Custom CSS on forms
How to hide the title on single choice option
How to hide the title on single choice option

Hide title on single choice option with a custom CSS.

Updated this week

To hide the title on the single choice option all you need to do is copy and paste the below to the custom CSS field:


.formz-radio .formz-radio-input-label-text>p {display: none !important;}

📝 Additional insights:


Please note that it will hide it from all single-choice fields on the form.



Did this answer your question?