How can I move the Loox reviews widget in Debutify theme?

How can I move the Loox reviews widget in Debutify theme?

HydroPro
Visitor
2 0 1

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. Screenshot 2024-02-14 173409.png

Replies 3 (3)

pooja_d_92
Shopify Partner
132 16 19

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

Pooja Devi

Rotem_Loox
Shopify Partner
23 2 0

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!

Rotem S. | Loox
support@loox.io

Testing_
Tourist
3 1 0

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>