How can I remove the cart icon from my checkout page?

Hi,

I want to hide the cart icon from my checkout page, how can this be done?

Site:

www.arceyworldwide.com

Password:

arcey

Thanks,

Leon

Hello @Leonpojen ,

I understand you are looking to hide the cart icon in the checkout page.

You can hide the icon by following the below mentioned steps.

Steps -:

=> Go to Online Store → Themes → Click on Three Dots → Edit Code.

=> Search and open theme.liquid file.

Now, add the below mentioned code at the bottom of the theme.liquid file before tag and save.

a#cart-link { display: none; }

=> https://prnt.sc/JZo6YE-FQjci

I hope the code helps you.

Please share if you have any query.

Thank you.

Hi @Anshul_arora .

I added this and unfortunately nothing changed.

Hello Leonpojen,

As you may not have a Shopify Plus plan, so the above mentioned code does not work for you.

In the other Shopify plans, you can not make desired changes.

Thank you.

Thanks for the reply!