This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
[Help] CSS Guide
Started 9 years ago by vikrif | 2 posts |
-
I would like to apply custom CSS to my forms. How do I target the individual elements of my Form's CSS so i do not need to go in the form builder and add the css class to each field. If I can't than how do I include more than one CSS tag for each individual field?
Can I directly edit the .css file of my theme? (It says DO NOT EDIT but still)Theme data is not being saved if I use URL tag in my custom CSS.
Any help would be greatly appreciated.
Posted 9 years ago # -
Each field is being enclosed with a list element, with id such as "element_1", "element_2" and so on.
So, to target each field, you can do something like this:#element_1{ ...your code here... }
or
#element_1 input.text{ ...your code here.... }
MachForm Founder
Posted 9 years ago #
Reply
You must log in to post.