Why is the cart icon missing in my Simple theme?

Hi guys,

We are new to shopify, and have been trying to build a site. We are quite happy with the site now, but unfortunately our cart icon has gone missing. We are not experienced with code, but have had to do some adjustments, and I have not had any luck finding out how to get it back.

the url is: www.blodshop.com It is currently password protected as we have not launched yet. The password is: ‘cheera’

We are running the Simple theme.

Let me know if you need any code snips. I have tried to create another shop with the same theme, and the cart is there.

I really hope anyone will be able to help. Thanks in advance!

1 Like

@BlodAS

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

.top-bar {
    display: block !important;
}
1 Like

Hi there @BlodAS !

If you have made some coding changes to your theme’s .liquid files you can revert those changes yourself as laid out here on our help site.

You can find this option in the Online store > Themes > Actions > Edit code menu in your admin.

It’s possible to roll back or revert these changes to the specific saved versions you can see there, so you may be able to undo any coding changes you had made that affect your cart icon.

Check this out and see if you can get your theme back to a state where the cart icon is working for you and let me know how you get on with this!

Is this a new business venture for you, or are you taking an existing venture online?

In any case, let us know how we can help support you here!

Regards,

Don

2 Likes

That worked! Thank you very much, I have been checking everywhere to get this fixed.

However, this also added the search bar to the header. Is it any way I can keep the cart icon but still removing the search bar?

Thank you again!

Thank you Don!

The above solution with the code helped, and I am now looking to remove the search bar while still keeping the cart icon. Any idea how to do that?

Thanks again for taking the time to get back to me!

And this is a new venture :slightly_smiling_face: