All Collections
FAQs from the Community
How to Remove the Reviews Widget from Under the Add-to-Cart Button in Debutify Theme?
How to Remove the Reviews Widget from Under the Add-to-Cart Button in Debutify Theme?

A guide on how to remove the reviews widget from under the add-to-cart button in the Debutify Shopify theme.

Diane Eunice Narciso avatar
Written by Diane Eunice Narciso
Updated over a week ago

Product reviews help your customers make decisions while visiting your store. The layout of the store will also have an influence, so it is important to make it easy to find information and avoid cluttering the page.


How to Remove the Reviews Widget from Under the Add-to-Cart Button

STEP 1

In Shopify admin, click Online Store to reveal themes.

In Shopify admin, click Online Store to reveal themes.

STEP 2

Select your Debutify theme and click on Action or the ellipsis button.

Select your Debutify theme and click on Action or the ellipsis button.

STEP 3

Click Edit code.

Click Edit code.

STEP 4

Click on the Snippets folder to open.

Click on the Snippets folder to open.

STEP 5

Click on the product-template.liquid file in the Snippet Folder.

STEP 6

Press CTRL + F and search for "review-widget"

STEP 7

and remove the following code.

{%- unless emptyState -%}

<div class="product-single-reviews-wrapper">

{% render 'review-widget', product: product %}

</div>

{%- endless -%}

Did this answer your question?