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!
pw Faucet
1 Like
thanks for url, can you please try this code
- Go to Online Store->Theme->Edit code
- 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!

