Remove Category Sidebar from Checkout/ My Account Pages

This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow

  • Avatar: awdigital
    awdigital
    Participant
    September 9, 2016 at 02:21

    Hi, Plesae see link in private message. I have couple of questions:

    1. How do I remove the sidebar/ block showing the demo categories on the right side of the Checkout & My Account Pages?

    2. How do I edit the subcategories under My Account. I want to remove ‘Downloads’.

    Thank you.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 9, 2016 at 11:12

    Hello,

    1) Go to Pages > edit Checkout/Cart page > scroll down to 8theme options for page and select Sidebar Position > Without.

    2) This is default WooCommerce menu on My account page. There is no option to edit these items. You may hide it with CSS (Theme Options > Styling > Custom CSS) and add the following code:

    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.