Docs: How to remove Cart Icon?

How to remove Cart Icon?

Two ways you can hide the shopping cart icon from the header menu. The first way to deactivate woocommerce plugin from your WordPress plugin section.

Second way, You can use this custom CSS code to hide the cart icon.

Add the css given below to ( Appearance > Customize > Additional CSS ) field.

				
					.page-header .header-cart {
display: none;
}
				
			
What are your feelings
Updated on December 21, 2021