Hi there, I’m using theme Studio. I would like to remove the continue shopping part from my site. I found here in the community a few answers about adding to the code by the assets: theme.scss.liquid, but I don’t have this under assets. Could you please help?
share the screenshot and URL please
#cart-notification button.link.button-label {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Thank you sooo much, it worked! I would also like to hide the continue shopping from the cart, is it a way to do it?
.title-wrapper-with-link a.underlined-link {
display: none;
}
Where should I copy this code please?