Plugin Support
Yurii
(@yuriinalivaiko)
Hello @eddiepelser
There is no background color in Ultimate Member forms by default. So, the form background is transparent.
You can use custom CSS code to set a form background color and add top margin to move the form down. See example below.
You can add custom CSS code to the style.css file in your theme or to the field “Additional CSS” on wp-admin > Appearance > Customize > Additional CSS.
CSS code example:
/* Change UM login form background to black and move it down */
.um.um-login .um-form {
background-color: #000000;
margin-top: 100px;
}
Regards
Plugin Support
Yurii
(@yuriinalivaiko)
Hello eddiepelser
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂
Regards