My account sub menu on subscription page
-
Hi there,
I have an issue on mobile where customers who are trying to view their subscriptions are presented with a page that shows the “My account sub menu” **. What I will need is for this page to hide the sub menu on mobile or at least to minimise it so that it can be expanded or something because the page shows no information at all on mobile as per the link in the private content section, customers get the impression that the page wont load.
Can you advise how this can be resolved please? Thank you.
Hello,
The “My Account” menu can be hidden for the subscription page with the help of the below code, enter it to the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.
.woocommerce-subscriptions .wd-my-account-sidebar {
display: none;
}
Let me know if you have any questions, I’d be happy to answer them.
Kind Regards
Hello,
I’m glad we managed to sort this out.
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘My account sub menu on subscription page’ is closed to new replies.