Home Forums WoodMart support forum My account sub menu on subscription page

My account sub menu on subscription page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #382976

    silkoutlet
    Participant

    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.

    #382994

    Luke Nielsen
    Keymaster

    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

    #383000

    silkoutlet
    Participant

    Heroes!

    #383016

    Luke Nielsen
    Keymaster

    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

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

The topic ‘My account sub menu on subscription page’ is closed to new replies.