Hide WooCommerce icon - amount - price in menu

Hello,
How can I remove the shopping cart icon plus number of items plus the price from the menu bar? It is OK that this is visible when a visitor is in the shop, but we have WooCommerce connected with LearnDash (LMS).
When students are busy with their courses, I don’t like them to see the shopping cart icon on the menu bar.
I didn’t find an option in the customizer.
Is there a different way to remove this?
Thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to hide the shop information by going to Appearance > Customize > Additional CSS and pasting it there.


/*Hide shop icon*/
a.woo-menu-cart {
    display: none !important;
}

Best Regards,
Support

Thanks, it worked!
Best regards,
Leonie

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support