How can I delete the 'recently viewed' section from my cart page?

Hello

how can I remove the recently viewed products section from the cart page?

thanks in advance

Leedz

1 Like

Hi @Leedz ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Hi @Leedz ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.template-cart #shopify-section-recently-viewed-products {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@Leedz

oh sorry for that can you please check theme customization option allow to disable option

Thanks a lot