How to remove default shopify reviews section?

Topic summary

Problem: A store owner wanted to remove what appeared to be Shopify’s default product reviews section.

Key finding: After sharing the store URL, a responder identified the reviews block as coming from the Bee App, not a Shopify default feature.

Solution provided:

  • In Admin: Online Store > Themes > Edit code.
  • Under Assets, open the theme CSS file (main.css/base.css/style.css/theme.css).
  • Add at the bottom: div#ba-alie-prd-id { display: none !important; }
  • Save. If this doesn’t work, contact the Bee App provider.

Evidence: Screenshots were used to illustrate the section and confirm the successful removal after applying the CSS.

Outcome: The user confirmed the fix worked and expressed thanks.

Status: Resolved; no further action needed beyond the optional step of contacting the app provider if the CSS approach fails.

Summarized with AI on December 19. AI used: gpt-5.

I need to remove this:

1 Like

Hi @beyondprimo

Would you mind sharing your store URL? Thanks!

1 Like

Sure here u go: https://beyondprimo.com/

Thanks for the info, but this is not from shopifty default. This is from the Bee App. TRy this one if it work. If not you need to contact the app provider.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

div#ba-alie-prd-id {
    display: none !important;
}

And Save.

result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

You’re a walking LEGEND! Thank you so much, I’ve been trying to figure this out all day! Thank you so much man!