How do you remove the continue shopping from Ride theme

Topic summary

Goal: Remove the “Continue shopping” button on the Ride theme’s cart page (when the cart is empty) and align the empty-cart text centrally.

Key details:

  • Store URL provided (absurdik.ee). Clarification confirmed the specific button via screenshot.
  • Two screenshots were shared: one highlighting the target button, another showing where to add custom CSS.

Proposed solution (no theme code edits):

  1. Open Customize (theme editor).
  2. Navigate to the Cart page.
  3. Select the Item section.
  4. Open the Custom CSS field.
  5. Add: .button { display: none; }
  6. Save and refresh the site.

Notes:

  • The solution uses CSS (Cascading Style Sheets) to hide the button from view.
  • The request to remove the “black part” and center the empty-cart message was mentioned, but only the button-removal was addressed explicitly.

Status:

  • Concrete steps provided to hide the button. No explicit confirmation of success from the requester; resolution appears pending user confirmation.
Summarized with AI on January 10. AI used: gpt-5.

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