This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
Hi,
I have a problem with my account page, it seems to have some things duplicated like when we choose the address setting.
See attachment: https://snag.gy/KMVjLX.jpg
Can you please check this issue?
Thanks,
João Santos
Hello,
Thank you for contacting us.
Try to add this code in Custom CSS file:
.woocommerce-MyAccount-content .span3 {
display: none !important;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards,
Rose Tyler.
Hi,
Thank you so much. It worked =)
One other thing, is it possible for the sidemenu to be able to scroll in lower resolutions.
As it is, in some cases the menu gets cut off and it´s not possible to see the entire menu, and it’s not possible to scroll. Is there a solution for this?
Best Regards,
João Santos
Hello,
You’re welcome!
Try it:
.header-type-8{
overflow-y: auto;
overflow-x: hidden;
}
Regards,
Rose Tyler.
Hi,
Perfect! It’s working.
Thank you.
Best Regards,
João Santos
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: login, my account, secure, sign up, themes, woocommerce, wordpress
The issue related to '‘My Account Page’' has been successfully resolved, and the topic is now closed for further responses