How can I remove the Login button from WP Construction Mode?

June 15, 2017


A: We added this button to allow you quick access to your site dashboard. If you’d prefer to remove it, you can do so by editing the plugin’s CSS file.

FTP to your site and open /wp-content/plugins/wp-construction-mode/inc/style/style.css
then add this line of CSS:

#admin-login{ display: none }


Was this article helpful to you?