How to add the word "Cart" underneath shopping cart Icon

Hi, I’d like to add the word cart underneath the cart icon.

hey whats the store domain and or password, maby i can search and find something for you!

www.faucetpet.com

pw Faucet

1 Like

@Faucetpet

thanks for url, can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.header__icon--cart span.visually-hidden {
    width: 100%;
    clip: auto !important;
    margin-top: 50px;
}

HI @Faucetpet
Please follow these Steps:-
Step1. Go to Online Store->Theme->Edit code
Step2. Search in Asset->/base.css → and open the base.css file paste the code below the bottom of the file.

Try this code

.header__icon--cart span.visually-hidden {
    width: 100%;
    clip: inherit !important;
    margin-top: 43px !important;
    left: 14px !important;
    text-transform: uppercase;
    font-size: 15px;
}

I hope that work

1 Like

hey you can go to edit code then assets → base.css

and copy this code at the bottom of the file:

.header__icon–cart span.visually-hidden {
width: 100%;
clip: auto !important;
margin-top: 50px;
}

Thank you Deven,

This worked but i had to edit for the left column from 14px to 2px to align center properly but this worked!