On my account page, First name text field disappeared. How can I show it again?
This topic has 7 replies, 3 voices, and was last updated 4 years, 3 months ago ago by east_ikebukuro
On my account page, First name text field disappeared. How can I show it again?
Hello,
Provide us with WP Dashboard access, please. We’ll check the issue.
Regards
thanks
Hello,
The problem is caused by this custom CSS code – https://prnt.sc/10jibjr , you need to delete or change the code.
Also, add the next code:
.woocommerce-MyAccount-content .form-row-first {
padding: 0 0 0 15px;
}
.woocommerce-MyAccount-content .form-row-last {
padding: 0 15px 0 0;
}
Regards
Thnaks. Text field appears again with provided code.
But the hidden sentence appears too.
I want to show text field for user’s name and want hide another sentence.
I want to hide the sentence in this topic.
https://www.8theme.com/topic/link-on-my-account-page-not-working/#post-278606
how can fix this?
Hello,
Thanks for the reply.
In this case, custom CSS can’t be used.
Download dashboard.php file from this page – https://dropmefiles.com/vZE3g Go to the folder of your child theme via FTP , create woocommerce/myaccount folders, add dashboard.php file there > delete this text – http://prntscr.com/10kb96r
Regards
it worked. thanks!
The issue related to '‘First name field disappear’' has been successfully resolved, and the topic is now closed for further responses