How can I add the shopping cart back to my website header?

Hi! This is the url to my website: www.bekind.sg

I am using the Studio theme and had removed the shopping cart from the header a while ago. Now, I can’t seem to be able to add the shopping cart back into the header.

Will someone be able to help please?

Please add below css code in bottom of assets/base.css file

.header__icon–cart {
display: block !important;

}
Thank you.

1 Like

You are a life saver! It absolutely worked. Solution accepted :slightly_smiling_face:

1 Like