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


  1. vikrif
    Member

    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 8 years ago #
  2. yuniar

    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 8 years ago #

RSS feed for this topic

Reply