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

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 :slightly_smiling_face:

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/post/2819779

Please add this code to your theme.liquid above the 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

.product-single-reviews-wrapper { display: none !important; }