Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created July 6, 2018 08:33
Show Gist options
  • Save bappi-d-great/2e773e0e4c58696835dda4d590af2604 to your computer and use it in GitHub Desktop.
Save bappi-d-great/2e773e0e4c58696835dda4d590af2604 to your computer and use it in GitHub Desktop.
Forminator Settings Elements
// Main container
"form-padding-top" : "0",
"form-padding-right" : "0",
"form-padding-bottom" : "0",
"form-padding-left" : "0",
"form-border-width" : "0",
"form-border-style" : "none",
"form-border-radius" : "0",
// Typography - Label
"cform-label-font-family" : "Roboto",
"cform-label-custom-family" : "",
"cform-label-font-size" : "12",
"cform-label-font-weight" : "bold",
// Typography - Section Title
"cform-title-font-family" : "Roboto",
"cform-title-custom-family" : "",
"cform-title-font-size" : "45",
"cform-title-font-weight" : "normal",
"cform-title-text-align" : "left",
// Typography - Section Subtitle
"cform-subtitle-font-family" : "Roboto",
"cform-subtitle-custom-font" : "",
"cform-subtitle-font-size" : "18",
"cform-subtitle-font-weight" : "normal",
"cform-subtitle-text-align" : "left",
// Typography - Input & Textarea
"cform-input-font-family" : "Roboto",
"cform-input-custom-font" : "",
"cform-input-font-size" : "16",
"cform-input-font-weight" : "normal",
// Typography - Radio & Checkbox
"cform-radio-font-family" : "Roboto",
"cform-radio-custom-font" : "",
"cform-radio-font-size" : "14",
"cform-radio-font-weight" : "normal",
// Typography - Select
"cform-select-font-family" : "",
"cform-select-custom-family" : "",
"cform-select-font-size" : "16",
"cform-select-font-weight" : "normal",
// Typography - Multi Select
"cform-multiselect-font-family" : "",
"cform-multiselect-custom-font" : "",
"cform-multiselect-font-size" : "16",
"cform-multiselect-font-weight" : "normal",
// Typography - Dropdown
"cform-dropdown-font-family" : "",
"cform-dropdown-custom-font" : "",
"cform-dropdown-font-size" : "16",
"cform-dropdown-font-weight" : "normal",
// Typography - Dropdown
"cform-calendar-font-family" : "",
"cform-calendar-custom-font" : "",
"cform-calendar-font-size" : "16",
"cform-calendar-font-weight" : "normal",
// Typography - Buttons
"cform-button-font-family" : "",
"cform-button-custom-font" : "",
"cform-button-font-size" : "14",
"cform-button-font-weight" : "500",
// Typography - Timeline
"cform-timeline-font-family" : "",
"cform-timeline-custom-font" : "",
"cform-timeline-font-size" : "16",
"cform-timeline-font-weight" : "normal",
// Typography - Pagination
"cform-pagination-font-family" : "",
"cform-pagination-custom-font" : "",
"cform-pagination-font-size" : "16",
"cform-pagination-font-weight" : "normal",
// Colors – Form
"cform-form-background" : "",
"cform-form-border" : "",
"cform-label-color" : "#777771",
"cform-asterisk-color" : "#777771",
"label-helper-color" : "#6D6D6D",
"label-validation-background" : "#E6E6E6",
"label-validation-color" : "#CB4B57",
"cform-title-color" : "#333333",
"cform-subtitle-color" : "#333333",
"cform-section-border-color" : "#E9E9E9",
"input-color" : "#000000",
"input-color-hover" : "#000000",
"input-color-active" : "#000000",
"input-icon" : "#777771",
"input-placeholder" : "#AAAAAA",
"input-border" : "#777771",
"input-border-hover" : "#17A8E3",
"input-border-active" : "#17A8E3",
"input-bg" : "#EDEDED",
"input-hover-bg" : "#E6E6E6",
"input-active-bg" : "#E6E6E6",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment