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 11 replies, 3 voices, and was last updated 5 months, 2 weeks ago by
Feruz.
-
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,
January 23, 2025 at 1:29 pm #632158
FeruzParticipantHello Pham,
Great, thank you for your support.
Indeed, I was able to change my customer account dashboard and after changing I had a little problem with the navigation view Address and Edit account. So, from my customer dashboard account when you press Address or Edit account and they are not displayed correctly. As on the left side something prevents these pages from being displayed. Could you solve this problem too please? I am sending you the screenshot.
https://tinypic.host/images/2025/01/23/Capture-decran-2025-01-23-a-11.23.35.png
https://tinypic.host/images/2025/01/23/Capture-decran-2025-01-23-a-11.22.51.png
https://tinypic.host/images/2025/01/23/Capture-decran-2025-01-23-a-11.21.58.png
https://tinypic.host/images/2025/01/23/Capture-decran-2025-01-23-a-11.20.19.pngThank you for your answer.
January 27, 2025 at 11:40 am #632966
Bogdan DonovanKeymasterHi,
To achieve the desired appearance, try replacing the previous custom code with the following:
body .wd-my-account-sidebar, .woocommerce-MyAccount-content > p { display: none; } body .woocommerce-MyAccount-content { width: 100%; max-width: 100%; flex-basis: 100%; }
Kind Regards
January 27, 2025 at 1:37 pm #633055
FeruzParticipantHello Bogdan,
Great. I replaced the code and the problem was solved and again I thank you for your support.
Kind Regards,
Feruz.January 27, 2025 at 6:34 pm #633227
Bogdan DonovanKeymasterYou are welcome! If you have any questions, please feel free to contact us.
Kind Regards
January 28, 2025 at 3:26 am #633303
FeruzParticipantOk, great. You can close this ticket. Thank you very much.
Kind Regards,
Feruz. -
AuthorPosts
The topic ‘Hide the customer dashboard of the My Account page’ is closed to new replies.
- You must be logged in to create new topics. Login / Register