Home › Forums › WoodMart support forum › Hide the customer dashboard of the My Account page
Hide the customer dashboard of the My Account page
- This topic has 6 replies, 2 voices, and was last updated 5 hours, 55 minutes ago by Hung Pham.
-
AuthorPosts
-
January 20, 2025 at 4:36 am #630949
FeruzParticipantDear 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.January 21, 2025 at 6:06 am #631342
Hung PhamKeymasterHi 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,
January 21, 2025 at 12:15 pm #631435
FeruzParticipantHello 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,January 21, 2025 at 12:38 pm #631440
FeruzParticipantHello 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.January 21, 2025 at 2:48 pm #631528
Hung PhamKeymasterHi Feruz,
So, you want to remove My Account tab only? Please confirm me back.
Regards,
January 21, 2025 at 3:44 pm #631555
FeruzParticipantHello 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.2chvbOThank you for your answer.
Best regards,
January 22, 2025 at 6:01 pm #631920
Hung PhamKeymasterHi 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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register