You can style the form by editing the gsom.css file located here:
…plugins/G-Lock Double Opt-In Manager/css/gsom.css
Advanced styling of widget form
li#g-lock-double-opt-in-manager h2 {
/*
here you can style the form title
*/
}
li#g-lock-double-opt-in-manager p {
/*
here you can style the text that appears above and below the form.
*/
}
li#g-lock-double-opt-in-manager form {
/*
here you can style the form itself
*/
}
div.gsom-optin-form {
/*
this is the main div container inside of
element. It contains all the stuff: buttons, fields, labels, etc.
*/
}
div.gsom-optin-form div {
/*
each form element with the label wrapped into div and you can style this container here
*/
}
label.gsom-optin-div-label {
/*
this is the common class for all from field labels.
*/
}
div.gsom-optin-radiogroup input[type=”submit”] {
/*
here you can style submit buttom
*/
}
Advanced styling of the standalone form which can be placed inside the page.
div.gsom-sa-wrapper {
/*
This is the main container that wraps the standalone form including the title.
*/
}
form.gsom-sa-from {
/*
class of a standalone form element
*/
}
div.gsom-sa-placeholder {
/*
main container inside the form element.
*/
}