My account page is showing emails without any layout.kindly tell to fix it

This topic has 4 replies, 3 voices, and was last updated 2 years, 4 months ago ago by Rose Tyler

  • 3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 1, 2021 at 20:31

    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

    Avatar: aurangzebaa
    aurangzebaa
    Participant
    December 1, 2021 at 20:38

    you can see in the provided image that the image is shown twice?
    why is that?
    and how to hide email?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2021 at 10:14

    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

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.