I have noticed my shopping cart icon is missing from my mobile header. I have the Testament theme, please help.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi, elevyn25.com
thanks for store url please add this code
- Go to Online Store->Theme->Edit code
- Asset->/stylesheet.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media screen and (max-width: 980px) {
ul#cart li a, ul#cart li i, ul#cart li a, ul#cart li button{color: var(--header);}
}
After code Layout
hello @Jot
Go to Online Store->Theme->Edit code
Asset->/stylesheet.css ->paste below code at the bottom of the file.
@media screen and (max-width: 980px){
ul#cart li a, ul#cart li i {
color: #0e0e0e !important;
}
span.js-cart-count{
color: #0e0e0e !important;
}
}
Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > stylesheet.css and paste this at the bottom of the file:
@media screen and (max-width: 980px){
ul#cart li a, ul#cart li i, ul#cart li button {
color: var(–text-color);
}
}
Thank you!
Hey Ketan
I am facing the same issue on the desktop header.
This is the store url: https://orclo.in/
Can you please help?
hello @ashishorclo
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.cart.menu-btn{
display: block;
}
Yes, Ketan.
It’s not getting displayed for me. Also, the cart icon was at the right side on the header. Don’t know how it is coming next to the logo.
yes can be change header code custom code


