Umbraco forms styles
# help-with-umbraco
p
Hi, we are on 13. We are starting with umbraco forms and are investigating our options in using custom styles. Currently we just render the form in a separate view (no scripts). So what is the prefered way to have customer specific styles?
s
If you need to change markup then you can create a custom forms theme. https://docs.umbraco.com/umbraco-forms/developer/themes If you just want to restyle you can just override the css on the front end. Most of the forms markup is easy enough to style - I had to build some custom data types to have custom checkboxes so I had more control on the label tags. Or am I misunderstanding what you're asking?
p
No i think you got it right, that was what I thought as well. Just wanted to know my options 😄
6 Views