Content [ Hide ]

The CSS tab allows you to add your own CSS to the form when you would like to customize its visual appearance. Alternatively, custom CSS files can be uploaded on the files menu.

The section element selectors lists CSS selectors specific to Xima® Formcycle.

Examples

FORM.xm-form { /* select the form
    font-size: 16px; /* set font size */

   color: #111; /* set font color */
   font-family: Arial; /* set font family */
}
.tallText .XTextField { /* selects all text fields with the class //tallText//
    height: 60px; /* set height to 60 px */

   font-size: 40px; /* set font size */
   font-weight: bold; /* set font weight */
   text-align: center; /* set text align to center */
}
Tags:
Created by awa on 09.04.2019, 16:13
Translated into en by awa on 09.04.2019, 16:13
Copyright 2000-2024