Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Currently, I am using a debutify theme with loox reviews. My product reviews widget shows up under my call to action and product details. When I change the theme settings to always hidden, it doesn't allow me to place the product review widget elsewhere. I just want the stars at the top, and to put the product review widget elsewhere.
Hey @HydroPro
To do this we need to access your code and update some theme code.
Feel free to Like and reply to reach you further
Hey,
Rotem from the Loox team here 🙂
I just wanted to check with you if this was resolved.
If not, please contact our support team, and we'd be happy to help!
I know it's been a while since you posted this, but have you been able to find a solution? I'm still dealing with the same issue & I would really appreciate it if you could share with me
Edit: I found the answer 10 mins later --> Credit: Richard | PageFly | https://community.shopify.com/c/shopify-design/how-can-i-remove-the-loox-reviews-widget-in-debutify-...
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.product-single-reviews-wrapper {
display: none !important;
}
</style>