New Landing How can we help? Themeforest Theme Support Neighborhood Where do I change these contents?

Viewing 6 posts - 1 through 6 (of 6 total)
  • #165831
    dhpl
    Member
    Post count: 31

    Hi I would like to know where can I change the contents that are highlighted in the image attached

    Attachments:
    You must be logged in to view attached files.
    #165858
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Theme Options > WooCommerce options 🙂

    – Kyle

    #165860
    dhpl
    Member
    Post count: 31

    Thanks. Under registered customers, I want to change “Username or email address*” to “Email Adress” where do I change it? I will also like to change “Lost your password?” to “Forget your password?” where can I change it?

    #165861
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to neighborhood/woocommerce/myaccount/form-login.php and search for the strings, for e.g:

    <a href="<?php echo esc_url( wc_lostpassword_url() ); ?>"><?php _e( 'Lost your password?', 'swiftframework' ); ?></a>

    replace with:

    <a href="<?php echo esc_url( wc_lostpassword_url() ); ?>"><?php _e( 'Forget your password?', 'swiftframework' ); ?></a>

    – Kyle

    #165864
    dhpl
    Member
    Post count: 31

    Thank you very much!

    #165865
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register