So I uploaded profile-form.php in my theme folder in below location.
My theme folder/theme-my-login/templates/profile-form.php
and removed from profile-form.php but nothing seems to be changed. Any advice?
<h3><?php _e( 'Personal Options', 'theme-my-login' ); ?></h3>
<table class="form-table">
<tr class="show-admin-bar user-admin-bar-front-wrap">
<th><label for="admin_bar_front"><?php _e( 'Toolbar', 'theme-my-login' )?></label></th>
<td>
<label for="admin_bar_front"><input type="checkbox" name="admin_bar_front" id="admin_bar_front" value="1"<?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> />
<?php _e( 'Show Toolbar when viewing site', 'theme-my-login' ); ?></label>
</td>
</tr>
<?php do_action( 'personal_options', $profileuser ); ?>
</table>
<?php do_action( 'profile_personal_options', $profileuser ); ?>
<h3><?php _e( 'Name', 'theme-my-login' ); ?></h3>