Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @walid91,

    Adding link to your site may help to look into this further.

    Cheers,
    Naz.

    Plugin Support Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Hi there,

    Thanks for reaching out.

    WooCommerce doesn’t show “Downloads” and “Orders” with icon boxes on the dashboard by default. It only shows links to those pages on the left sidebar:

    I can see from the screenshot that you’ve already removed those links from the sidebar. The one you mentioned in the screenshot must be coming from the theme/plugin you are using on the website.

    I’ll recommend you to switch to default theme like Storefront, and disable all the plugins and keep only WooCommerce activated and see if it makes any difference.

    If it’s coming from the theme, I’ll recommend you reach out to theme support for that, and maybe they will provide you with any solution for that.

    I hope it helps!

    Best,

    Thread Starter walid91

    (@walid91)

    Hi,

    Thank you for responding.

    Indeed, these box icons come from my theme.

    I couldn’t find a way to hide these menus, so I used a CSS code.

    Here it is:

    #content > article > div > div > div > div > div > div.box-with-icon > div > div:nth-child(1) { display: none;
    }

    #content > article > div > div > div > div > div > div.box-with-icon > div > div:nth-child(2) { display: none;
    }

    Hi @walid91

    Thanks for the update.

    Glad it could be confirmed that the box icons are coming from the theme.

    As Daniyal recommended, please reach out to the theme developer/helpdesk for a solution.

    Since further assistance is to be provided by the theme authors, I’ll go ahead and mark this thread as resolved on our end.

    Should you have any other questions, feel free to create a new thread with us.

    Cheers

    Update:

    I couldn’t find a way to hide these menus, so I used a CSS code

    Kindly be informed that support for custom coding is beyond the scope of support we are able to provide in this forum. This particular forum is for questions that are related to the WooCommerce core features.

    Thanks

    • This reply was modified 2 years, 11 months ago by Margaret S. woo-hc. Reason: forgot to mention a part
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide “Download” from myAccount dashboard’ is closed to new replies.