Cart icon missing on mobile

Solved

Cart icon missing on mobile

Lindsayjenco
Tourist
9 0 4

Hello everyone, I need some help getting my cart button back on my mobile header.

I've had this issue happen before and can't remember how I resolved it. We just updated our theme (Mojave 2.0.14) and the cart icon is missing. It is visible on the updated version, so I think it must've been written over when I added our previous theme files. I was able to get the account icon back, but not the cart. Can someone point me in the right direction? I've tried a bunch of solutions I've seen on here; I can't even remember what I've tried at this point. 

I'd prefer to have both the account icon and cart icon, but if I can only get one I'd prefer the cart.

Both icons are visible on the desktop version.

 

Currently this theme isn't published; this is a link to view it: https://gcpuy8tu3uc8zpbr-50930712730.shopifypreview.com

Any help is MUCH appreciated!

 

Mobile

shopify_mobile.png

 

Desktop

shopify_desktop.png

 

 Updated theme file without customizations

Screenshot 2025-04-03 180149.png

Accepted Solution (1)

SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

Try to remove this from your assets/custom.css file

SafeerAhmed_0-1743718421846.png

let me know if you need any help, feel free to dm me!

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!

View solution in original post

Replies 8 (8)

SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

Try to remove this from your assets/custom.css file

SafeerAhmed_0-1743718421846.png

let me know if you need any help, feel free to dm me!

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!
Lindsayjenco
Tourist
9 0 4

Thank you so much! I used all the code provided in these responses and it worked. I appreciate you all.
THANK YOU!

Lindsayjenco
Tourist
9 0 4

Hi there! Thanks again for your help.
I'm running into an issue now with the header on mobile. We are using the Swishlist app, and one of their developers added the wishlist icon--after this the logo was overlapping the icons. I attempted to move the logo to the left, which looks fine on Android. However, on iPhone the logo is now floating in the main banner.
Comparison between a Samsung Galaxy 22 and iPhone 12 Pro Max:
Screenshot_20250411_161719_Chrome.jpgIMG_8193.jpg

 

If you have any suggestions please let me know! I really appreciate it.
This theme is live now: https://jencohandbag.com

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

Please go to your Online Store > Themes > Customize > Themes settings > Custom CSS and add this code to take your cart icon back.

.header__utils .header__utils__list li.header__utils__item--cart { dislay: block !important; }

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Lindsayjenco
Tourist
9 0 4

Thank you so much! I used this along with the other codes provided and my cart icon is back! Your help is much appreciated.

GTLOfficial
Shopify Partner
832 171 188

Hello @Lindsayjenco 
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-header.css
add this code at the end of the file and save.

@media (max-width: 767px) {
ul.header__utils__list li.header__utils__item:nth-child(2), {
display: block;
}
}

result
94.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Lindsayjenco
Tourist
9 0 4

Thank you! The cart icon is back! Appreciate you all, thank you for responding and helping me out.

Lindsayjenco
Tourist
9 0 4

Hi there! I am running into a different issue where the logo is floating on iPhone only (not on Android, or at least not on the ones I checked). I posted screenshots above. Do you have any suggestions?
Since my last post, the Swishlist app added the wishlist icon. Our logo was overlapping the icons, so I attempted to move it to the left.
I don't mind if the logo is centered or more to the left; I think it looks fine either way.
Thank you!