How to disable cart and arrow icons on the Tate theme?

Hello,

Does anyone know how to disable the cart icon in the top right?

Also, does anyone know how to disable the arrow icons next to all the buttons on the Tate theme?

Thanks for your help!

1 Like

@hanansultan

Welcome to the Shopify community!
Thanks for your good question.

kindly share your store URL, so that
I will check out the issue and provide a solution.

Hello,

Thanks for your quick reply! The shop is

hanansultan.myshopify.com/ and the password is Hanan.

1 Like

@hanansultan

.multicolumn-card__info .icon-wrap, svg.icon.icon-cart-empty  {
    display: none !important;
}

Add this code in the bottom of base.css file.

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
  3. Save it.

It worked!! Thank you so much!

1 Like

@hanansultan

if helpful, kindly like our Solution.

Thank you.