I have used a code to remove my cart icon. How do I reverse this?

A long time ago I have removed my cart icon using a code. I am struggling to find this code to remove so my cart icon will show again.

Is there a code I can use to overwrite it? Or what would the code look like, where can I find it to remove it?

My store name currently is: https://j3bqgp-st.myshopify.com/

Hi @Youngerme

Let try to open your code file assets/theme.css and remove this:

Hello @Youngerme
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.

a.header__icon-touch.no-transition[href="/cart"] {
display: block !important;
}

result

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

@BiDeal-Discount I have managed to do that however, the page is now broken. I am unsure how to fix it. Looks like I will have to start the whole website all over again.

I checked your store.
Looks like you have removed the required part of code as well due to which the page is not responsive anymore.

I have just tried to do what the first comment told me to do - and it broke my page. I’m not sure how to bring it back to what it was.

do you have a theme backup ?

No.

what did you change? you should revert it because the site is broken now

open your theme.css file on the top left corner see if there is option to go back to recent version ?

@Youngerme let try to revert the file theme.css to previous version: https://j3bqgp-st.myshopify.com/cdn/shop/t/2/assets/theme.css?v=171068050286867161971745506496

Install your theme again and open theme.css file in that newly added theme then copy the code from there (theme.css file) and paste it in your current theme inside theme.css file

after that.

Go to Sales Channels → Online Store → Themes → click Customize your current theme. Add custom css:

.header__inner a.header__icon-touch.no-transition[href="/cart"] {
  display: flex !important;
}

don’t forget to click Save to store your change

Never mind. I’ve just started the website again from scratch. There wasn’t much on there.

oh take your time. Let me know if you need any assistance