How can I remove an old review design from my app?

Hello. I have a question regarding how I can delete this review design probably left from an app I installed previously. Now I have a new review app that I like. I deleted the previous app, but this one remains. I don’t know how to code.

Hi There,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please share your store URL here and allow me to check for you.

Thanks & Regards,
Prezen Tech

1 Like

@Matteo96

Can you give me your store URL? Then I can review it

1 Like

https://anime-crush.com

Hi @Matteo96
In this case I think the code still not remove from your store.
If you want to hide the review you
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid

#shopify-product-reviews {
display: none!important;
}

or you can share the store access, we will help you check and remove the liquid code.

1 Like

If you are available, I will give you access. Thank you.