Shopping cart icon missing from mobile header

I have noticed my shopping cart icon is missing from my mobile header. I have the Testament theme, please help.

1 Like

@Jot

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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

https://elevyn25.com

1 Like

@Jot

thanks for store url please add this code

  1. Go to Online Store->Theme->Edit code
  2. 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?

1 Like

@ashishorclo

like this?

1 Like

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;
}
1 Like

Thanks for the reply.

theme.css is not there.

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.

1 Like

@ashishorclo

yes can be change header code custom code