Hi @noah12345
To remove the Loox review, you can try to contact with Loox app supporter, they can help you remove in code.
Or to hide it 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
#alireview-review-widget-badge, .alireview-review-widget-badge, .arv-collection{
display: none!Important}
You can do that by deleting Loox app or delete loox star rating code in your product-meta.liquid file of your theme
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single__meta .arv-collection {
display: none !important;
}
Please add below css code in bottom of assets/theme.scss.css file
.index-section–featured-product .arv-collection {
display: none !important;
}
Thank you.
Hi @noah12345 ![]()
You should contact their support team, they will help removing it.
Or, you can find the code in theme.liquid, or product.liquid and remove it manually.
Hope that helps!
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> theme.scss or theme.scss.liquid paste the below code at the bottom of the file.
#MainContent h3.h1.product-single__title~.arv-collection{display:none !important}
Hope my solution works perfectly for you!
Best Regards;
PageFly

