How to delete the Customer Reviews section on a product page?

I would like to remove the Customer Reviews section code on texanmattress.com Can someone please help.

Hi @Lheilers !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please paste this code at the bottom of index.css under assets in theme code files;

#shopify-section-165671138724e59438 {
background-color: #f7f7f7 !important;
display: none !important;
}

If this doesnot work your css is minified that`s why.

Like this:

Best Regards;

PageFly

This did not work

Hi @Lheilers ,

You can try adding this code to your theme to hide that review section:

  • From your Shopify admin, go to Sales channels > Online store > Themes > Customize

  • Open the theme.liquid file

  • Paste this code at the bottom of that file


  • Hit Save

I hope it helps.

Hi, @Lheilers !

Thanks for reaching out in our Community forums and for sharing your concern.

I’m happy to see that a few members of the community are assisting you. In order to gather some additional context, are you able to confirm the name of your theme, and whether or not you are using a third party app to include these reviews? This will identify the root of the code and outline a potential solution. For instance, you might be able to remove this section directly from the homepage via the theme editor, or by removing the app.

Kindly reply back to this thread with any questions or updates and we can continue our conversation further!