Skip to main content
All CollectionsThemeTheme SectionsHeader Group
How to Remove the Cart Icon from the Header in Debutify Theme?
How to Remove the Cart Icon from the Header in Debutify Theme?

A guide on how to remove the cart icon from the header in Debutify Shopify theme.

Diane Eunice Narciso avatar
Written by Diane Eunice Narciso
Updated over a week ago

Removing the Cart Icon from the Header

The cart icon is a familiar and important element in any online shopping experience. It serves as a visual reminder to customers of the items they have added to their cart and allows for easy access to the checkout process.

However, there may be instances where you may want to remove the cart icon from the header of your website. In this article, we will discuss the potential impact of removing the cart icon and provide some considerations to keep in mind.


How to Remove the Cart Icon from the Header?

STEP 1

You can just go to the Theme library from your Shopify admin and open your theme customizer.

STEP 2

You can paste the new CSS by going to the home page, clicking the header group, then scrolling to the custom CSS.

STEP 3

Paste the following code:

.js-cart-icon{display:none;}

STEP 4

Click Save to apply the changes.

Did this answer your question?