Who to delete orders?

Hello, I want to remove the “order” tab from woocommerce, I found a code to remove it, but I can’t remove the dash in front.

Capture d’écran 2023-02-26 à 20.20.40

Hi,

Please try to remove this arrow using a CSS snippet, for example:

.widget_nav_menu li::before {
	display: none;
}

Unfortunately, it doesn’t work :frowning:

strong text

Hi,

You can add custom CSS snippets in the Appearance > Customize > Additional CSS section.

Please note that it can require further customization.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.