Code Manager / CSS / add option for 'Login Header' location

Hey Joy :waving_hand:

I’ve added a custom logo to the login page.

By default, the custom logo is an tag placed within the tag.

There is an option to set the margin for the logo, however, when the margin is set to 0, the tag will then get margin: 0;. Although the has text-align: center; it still doesn’t centre the tag within the heading tag.

So I was hoping to use the CSS widget within the Code Manager to change the margin: 0; to margin: 0 auto; by styling #login h1 a, .login h1 a { margin: 0 auto; } which will fix the issue, but the code doesn’t accept the style because it’s on the login page. Even with !important tags.

So I reverted back to the WPCodeBox2 plugin that has more options for the snippet placement, including ‘Login Header’, and placing the CSS into the login header works perfectly.

A couple of suggestions,

  1. Please add an option to ‘centre’ the logo in White Label > Login Page Customisation feature.
  2. Please add an additional ‘Login Header’ location to the Code Snippets :folded_hands:

Hi @yanno,

We had added these features in the last release, please check v1.2.0 Changelog and update Classic Monks to the latest version.

Closing this thread!