Can a CTA button be added on the Minimal theme cart page?

Hi

Can anyone tell me if a CTA button can be placed on the cart page in Minimal theme instead of the word ‘here’ in CONTINUE SHOPPING here! This is the link for customers to continue shopping but it is way too small and not encouraging like a CTA button would be, thanks.

mollycoddle-meg.myshopify.com

Password - preepi

Kind regards

Hi, you can start to improve by editing the text. Go to your Theme > Edit Languages and insert browsing in the search filter

Modify the text in this way

Continue Shopping

Then you can edit the theme file timber.scss and add the following CSS code at the end of the file

.template-cart .cart__continue-btn {
    background: #f66405;
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    text-transform: uppercase;
}
.template-cart .cart__continue-btn > a,
.template-cart .cart__continue-btn > a:hover {
    color: #fff;
}

Hi

The button looks great thanks for that. However it says ‘CONTINUE BROWSING CONTINUE SHOPPING’. How do I delete the CONTINUE BROWSING?

Kind regards

Hi, did you follow exactly the steps in my previous post?

Please share screenshot of the code modified and the Language string in Edit Languages

Hi

I’ve sorted the problem now thanks. I hadn’t deleted CONTINUE BROWSING out of the language string in ‘edit languages’.

Kind regards

Ok, nice!