Forgot Password page customization

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by richarbran, Oct 26, 2014.

  1. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    I'd like to change
    1. Page title from "PassWord Recovery" to "Mywebsite.com Password Assistance"
    2. 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."
    3. Button Text from "get new password" to "Continue"
    4. Remove sidebar and center page.
    Please advise. Thanks so much,
    Brandon


    [​IMG]
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

Share This Page