CSS Customisation

You can customise the styles used in the Registration Form’s appearance via the General Settings > Stylesheet tab.

Here is the list of default styles available for customisation:

/* top main div */
.user_form_div{}

/* form main div */
.form-wrap{}

/* messages class */
.updated, .error {
margin: 5px 0 15px;
padding-left:5px;
}

.updated {
background-color:#FFCC66;
border-color: #333333;
}

.error {
background-color:#FFCCCC;
padding-left:5px;
}

/* form fields div */
.form-field {}

/* form field inputs */
.form-field input {} /* first name input */
.fname{}

/* email input */
.email{}

/* checkbox class */
.selector{}

/* captcha field Id */
#c_captcha{}

/* submit Id */
#submit{}

/* group listing div */
.outer_group_div {}

/* group checkboxes div */
.check_div_imp{}

/* group checkbox p */
.inner_check_imp{}

/* submit p class */
.submit{}
.button{}

/* Form field labels */
#mailingrequestform label{}

/* Mailing group listing */
.inner_check_imp_group{}


Category: Customisation

← Faq