How to remove the word 'cart' from the Minimal theme homepage?

Hi, can anyone please help with removing the word ‘cart’ from the top right of my home page, just leave the cart symbol, thanks.

Hello @Molly8

Go to the online store >theme>Edit Code >Assets >theme.scss.css>Add code in this file.

.header-bar__right .header-bar__module:last-child {
    display: none !important;
}
1 Like

Hi

That worked a treat, thanks.

Molly