I noticed when I log on to the site it indicates that it is a word press site along the top. Is there a way to hide this so that my customer dont see it?
I forgot to mention how do you remove the text below that appears towards the right of the page when clicking on the login link? Hello world! Recent Comments Mr WordPress on Hello world! Archives June 2014 Categories Uncategorized
Hello, 1. To hide admin bar add following code in function.php file as shown in screenshot. PHP: add_filter('show_admin_bar', '__return_false'); 2. To remove sidebar from login page you need to edit template_login.php file as shown in screenshot. This will resolve your issues. Thanks & Regards Yogesh Bhade
Hello, Please provide us website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade