This topic has 4 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
Hello,
Sorry, I don’t understand your question. Could you, please, explain in more detail? And provide us with WP Dashboard access to check the My account page.
Regards
you can see in the provided image that the image is shown twice?
why is that?
and how to hide email?
It looks like you are using the email as username – https://prnt.sc/21dey8b
Try this code:
.woocommerce-account .MyAccount-user-info div {
word-break: break-word;
}
or
.woocommerce-account .MyAccount-user-info div > div:last-child {
display: none;
}
Regards
Tagged: email, layout, my account, theme, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up