Home Forums WoodMart support forum Hide the customer dashboard of the My Account page

Hide the customer dashboard of the My Account page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #630949

    Feruz
    Participant

    Dear Madam, Sir,

    I am addressing you regarding the customer dashboard of the My Account page.

    Indeed, I would like to personalize the customer dashboard of the My Account page with Elementor and with the CSS code .woocommerce-MyAccount-navigation {
    display:none;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    }
    I was able to hide woocommerce_account_navigation on the customer account, but I cannot completely hide the information I would like to hide the title My account and the sentence (Hello admin (not admin? Log out) From your account dashboard you can view your recent orders, manage your shipping and billing addresses, and edit your password and account details.)
    I am sending you the screenshot on which underlined in red color.

    Could you help me hide the rest of the information please?
    Thank you for your answer.

    Attachments:
    You must be logged in to view attached files.
    #631342

    Hung Pham
    Keymaster

    Hi Feruz,

    Thanks for reaching to us and appreciate your patience.

    It seems you don’t want to use My Account page, if so, please go to WooCommere > Settings > Advanced tab and remove My Account page.

    Regards,

    #631435

    Feruz
    Participant

    Hello Pham,

    Thank you for your answer.

    Indeed, no I want to use it with shortcode woocommerce my account but just on the frontend side I want to completely hide the information that I sent you by scrennshot and instead of this information I would like to create my own dashboard of my account.

    Thank you for your answer.
    Best regards,

    #631440

    Feruz
    Participant

    Hello again Pham,

    Indeed, I was able to hide Dashboard icons menu and now could you help me to hide this information: My Account and (Hello admin (not admin? Log out) From your account dashboard you can view your recent orders, manage your shipping and billing addresses, and edit your password and account details.)

    I send you the screenshot.
    Thank you for your answer.

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #631528

    Hung Pham
    Keymaster

    Hi Feruz,

    So, you want to remove My Account tab only? Please confirm me back.

    Regards,

    #631555

    Feruz
    Participant

    Hello again Pham,

    Yes, I want to remove the word My Account and sentence (Hello admin (not admin? Log out) From your account dashboard you can view your recent orders, manage your shipping and billing addresses, and edit your password and account details.)
    I send you the link screenshot https://tinypic.host/image/Capture-d%E2%80%99e%CC%81cran-2025-01-21-a%CC%80-13.42.05.2chvbO

    Thank you for your answer.

    Best regards,

    #631920

    Hung Pham
    Keymaster

    Hi Feruz,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .woocommerce-MyAccount-title,
    .woocommerce-MyAccount-content>p{
        display: none;
    }

    Regards,

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