• Resolved Subhro

    (@subhro2321)


    Its a great plugin! But the setup wizard page has the logo which I want to hide from the setup wizard area for other users. So I have tried checking out the wizard css and tried to use [display:none] finding the right selector. But it doesn’t works. Can you please help in this?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Danny Jones

    (@distinctivepixels)

    Hi @subhro2321

    Although we dont currently offer an option to hide this (we are looking into adding branding options to a future update) – you can use the following CSS to hide this

    #wp2fa-logo img {
        display: none !important;
    }

    Place the above code in the plugin file /wp-2fa/dist/css/setup-wizard.css below any other CSS in that file, and your all set.

    Do be aware though that this will need to be re-applied after any plugin updates (during which this file will be overwritten)

    Kind regards, Daniel @ WP White Security

    Plugin Contributor robertabela

    (@robert681)

    By the way @subhro2321 please do not forget to rate our plugin. These reviews really help us. Thank you very much.

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

The topic ‘Setup wizard image removal.’ is closed to new replies.