How to remove 'continue shopping' button in Studio

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?

@mano-concept ,

share the screenshot and URL please

https://manoconcept.art/

@mano-concept ,

#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?

@mano-concept ,

.title-wrapper-with-link a.underlined-link {
    display: none;
}

Where should I copy this code please?

@mano-concept ,

same file as you did.

base.css