Shopify themes, liquid, logos, and UX
Happy New Year all!
I would like to know if its possible to remove the "Continue Shopping" button in cart. I am using the Minimal theme.
Many thanks!
Solved! Go to the solution
This is an accepted solution.
@Sundayla add below css on theme.css file
.cart__row a.btn.btn--secondary {
display: none;
}
This is an accepted solution.
Sorry you are facing this issue, it would be my pleasure to help you.
can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.cart__row a.btn.btn--secondary {
display: none;
}
This is an accepted solution.
@Sundayla add below css on theme.css file
.cart__row a.btn.btn--secondary {
display: none;
}
How can I REPLACE the "Continue Shopping" button with an additional checkout button? I would like to not only display the checkout button on the bottom of the cart but also at the same location where the "Continue Shopping" button is
This is an accepted solution.
Sorry you are facing this issue, it would be my pleasure to help you.
can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.cart__row a.btn.btn--secondary {
display: none;
}
sorry do i have to create on asset folder a new asset "/theme.scss.liquid" then paste in there ?
Would I be able to have this reply updated for 2023, where the update changed the layout of code?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024