Hey guys, how do I go about removing the “Reviews” section from my store? I added Alireviews as a third-party plugin to my store and want to remove the one put there by Shopify as it confuses customers and has no purpose. Thanks!
You can remove reviews code from theme files for this app
Hi @roampro ,
Is this one you like to remove?
If this one. Try this code.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
utton.label.collapsible-trigger.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible--auto-height.is-open {
display: none;
}
Result:
Hello Ribe, appreciate the response. I don’t have a file called “base.css”. I have one called “theme.scss.liquid”, wondering if that’s the right one. Anyway, I tried to put it at the bottom of that and it didn’t change anything.
Hi @roampro
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the theme.scss.css file:
#shopify-section-alireviews-widget-583182 {display: none;}
Regards,
San
You dont have theme.scss.css/theme.css or syle.css . What theme are you using?
I’m using Motion theme
Oh okay, it must have css file.. its under the Asset folder.

