Removing 'Return to ..." on Debut theme checkout

Hi guys, I can’t seem to remove the ‘Return to cart’ or 'return to [insert previous page name here]" from my checkout process on debut?

Located on the bottom left in this screenshot.

Thanks in advance guys!

Hi @Alexbragger,

Hello ,
Please share your site URL.
So that I can check and let you know the exact solution here.

sourcedshopping.com - thank you!

Hi @oscprofessional - just tagging you as I’m not sure if it sends you a notification or not when I respond to your kind reply. Thank you!

Hi,

Add this css in your stylesheet file (css file)

a.step__footer__previous-link {
    display: none;
}

Hi there @oscprofessional - I have added that code and it still isn’t disappearing. Been working on this all day and can’t work it out. Have attached a screenshot of me adding the required CSS below

keep space after none word.

Hi @oscprofessional - still no luck! Will be so happy if you manage to rectify this one for me

Hi

may be you are sdding css in wrong file

Do you have checkout css? of any other?

I think you have merged your css files for optimization.

@oscprofessional I am using Debut theme and adding the css code to the theme.scss.liquid file

@oscprofessional here are my only scss files

Try to add on the top of the theme.scss file

Hi @oscprofessional I’ve tried it there and in a few different places but still not working :disappointed_face:

Hi guys… still no solution here. Really struggling on this one! Please help!

I can’t remove the ‘Return to cart’ from my checkout process on debut? could you please help me? Did you manage to do it? thank you!

Hello @oscprofessional

Do you have a solution for this one?

I would like also to remove “return to cart” And I have Debut theme.

coco44_0-1626854964775.png

Thanks,

@coco44 @Alexbragger @givemecocos

Have you guys tried this solution yet? Let me know whether it works for you.

Kind regards,
Diego

Hello @diego_ezfy you are the best thank you so much it is working!

Unless your store is a Shopify Plus store the theme.css is not loaded in the checkout phase of the store. If it is a Plus store you can use the checkout.liquid file and make use of this and other methods to edit the pages (within limits)

The only solution is the changing of the checkout language mentioned above, which doesn’t remove the button, simply changes the label to be blank which might cause other issues in the future, should Shopify change the styling of the element.

Another alternative is to manipulate the checkout using JS hacks via the google tracking field, however would personally discourage this as also comes with similar warnings about if Shopify changes the pages your code may stop working.

Must ask one thing is why do you want to hide the button?