Re: How do you remove the continue shopping from Ride theme

How do you remove the continue shopping from Ride theme

tomyzzzz
Tourist
6 0 2

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?

Replies 5 (5)

Team_OSC
Shopify Partner
158 18 24

Hi @tomyzzzz 

Please share your store URL.

Also, explain your query. I'm not able to understand what you want.

 

Best Regards

Team_OSC

tomyzzzz
Tourist
6 0 2

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.

Team_OSC
Shopify Partner
158 18 24

Do you want to remove this continue shopping button?

Screenshot 2023-12-14 112955.png

tomyzzzz
Tourist
6 0 2

Yes exactly that

Team_OSC
Shopify Partner
158 18 24

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.

Screenshot 2023-12-18 141502.png

 

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

 

Best Regards,

Trishnapare | Team_OSC