Docs / Forms & redirects

Login page designer

Restyle wp-login.php and the signup page with your logo, colours and copy, without a theme or CSS.

All documentation

The default WordPress login page is fine for you and wrong for your customers. The designer gives the login and signup pages a two-panel layout, a banner with your logo and message, and your colours, with a live preview and no CSS.

Login page designer with banner controls and a live preview beside a blue welcome panel.
Banner settings on the left, the page as visitors will see it on the right.

Turning it on

Under Settings → Login & Signup Forms, turn on Login page design and select Open the designer. Switching it off restores the stock WordPress page immediately; your design is kept for next time.

Two pages, two panels

The designer has a tab each for Login and Sign up, and each page has a Banner and a Form panel.

Banner

SettingMeaning
PositionLeft or right of the form
LogoUploaded from the media library
Title, descriptionThe welcome copy. Defaults to the site title and tagline
Title colour, text colourFor the copy
Background image, background colourThe image sits over the colour; leave the image empty for a flat panel

Form

SettingMeaning
PositionLeft or right, the opposite of the banner
Logo, title, descriptionAbove the fields
Button label, button colour, button text colourThe submit button
Terms textShown under the signup form; supports links

What is kept

The designer changes the page around the form, not the form. Everything WordPress and other plugins add to the login form (the remember-me box, the lost-password link, FluentAuth’s own social buttons and magic-link form, another plugin’s captcha) still renders. Password reset and the interim login modal use the same design.

On a phone

Check the login and signup pages at mobile widths. The banner and form adapt to the smaller screen, and background images may be cropped. Test with your actual logo; a wide wordmark reads better than a square mark at that size.

CSS

If you want to go beyond the settings, the page is wrapped in .fls_login_page_wrap with two modifier classes: .fls_form_type_{type} (login, register, lostpassword) and .fls_layout_banner_{position} (left or right). Inside, the banner is .fls_login_cusom_content_wrap (the spelling is the plugin’s; match it) and the form column is .fls_login_form_wrap with .fls_login_header above the fields. The fluent_auth/extra_login_page_wrap_css_class filter adds classes of your own to the outer wrapper. Load a stylesheet on the login_enqueue_scripts hook as usual.

Check the live page

The live WordPress login page with custom welcome copy and a blue banner.

The live login page includes enabled sign-in options. This example uses the local site’s branding.