How can I change the cart icon to text in the Brooklyn theme?

Hi I’m using brooklyn theme and I want to change the cart icon for just the word cart,

I’ve seen some topics that change the icon but none for changing it for text

https://uf2787b7u3ynwmax-41528656033.shopifypreview.com

this is the preview of my store.

Thanks!

Gerard x

1 Like

@Gerardlopez

sorry for that issue

can you please sent your custom cart icon so i will update code

hi, i just want a text block that says “cart” not an icon.

Thanks!

Gerard x

1 Like

@Gerardlopez

yes please try this

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.cart-link span.fallback-text {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: inherit !important;
}

hi @KetanKumar

now the store looks like this, is it possible to remove the cart icon so it’s only text?

Thanks!!

Gerard x