Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi! I want to remove the continue shopping button is there any way to remove the black part and put the text where it says that your cart is empty in the middle part?
Hi @tomyzzzz
Please share your store URL.
Also, explain your query. I'm not able to understand what you want.
Best Regards
Team_OSC
store absurdik.ee. Well basically when you take items out of the cart it says continue shopping but the page theme then will not match and the same goes with the product page so I want to completely remove it.
Yes exactly that
Follow these steps:
1. Open customization
2. Go to cart page
3. select item section
4. Go to custom CSS
5. Paste this code to hide the button
.button {
display: none;
}
6. Save it and refresh the website.
If you satisfied with answer, Please like and mark as accept solution.
Best Regards,
Trishnapare | Team_OSC