How do you remove the continue shopping from Ride theme

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.

Do you want to remove this continue shopping button?

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;
}
  1. Save it and refresh the website.

If you satisfied with answer, Please like and mark as accept solution.

Best Regards,

Trishnapare | Team_OSC