• Resolved eddiepelser

    (@eddiepelser)


    Hi, (plugin: Ultimate Member) I’m battling to find where I can change the background colors and edit the login page to move it lower down on the page.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Ultimate Member Black screen’ is closed to new replies.