How do I use my css styles for ALL elements across all forms.
Right now i have inserted some css styling for one of my Toolset forms. Now i would have to copy paste these styles into all the other toolset forms. How do i implement my css styling across all forms in toolset?
You can use this plugin below and then add your css it to it. It applies the css globally so you won't need to add it to each form. https://wordpress.org/plugins/custom-css-js/
Any css that you want to be applied globally to your site you can add it there.
Generally you will use the .cred-form class to target any element of the form once you provide the relevant element. Using this class will also allow you to not target input fields that are Not apart of the form.