I'd like to change Page title from "PassWord Recovery" to "Mywebsite.com Password Assistance" The description from: "FORGOT" to "Enter the e-mail address associated with your Mywebsite.com account, then click Continue. We'll email you a link to a page where you can easily create a new password." Button Text from "get new password" to "Continue" Remove sidebar and center page. Please advise. Thanks so much, Brandon
Hello Brandon, 1. To change text you have to edit custom_function.php file on line no. 104, 112 and 203.( You will find custom_function.php file in Functions folder.) 2. Delete following code to remove sidebar from custom_function.php file. <div class="grid_8 omega"> <!--Start Sidebar--> <?php get_sidebar(); ?> <!--End Sidebar--> </div> 3. Find following line in custom_function.php file and make it <div class="grid_24 alpha"> <div class="grid_16 alpha"> 4. Then apply following css code in Custom CSS section. Code: .content-bar { text-align: center; } It will resolve your issue. Thanks & Regards Yogesh Bhade