Remove a part of a section on the product page (Showcase theme)

Hi,

I am looking to remove the “reviews” part at the bottom of the dropdown accordion as I am using an app instead. Does anyone know how I can do so?

The accordion is on all product pages:

Shop link: www.arcticdrip.com

Would be awesome to fix this, thanks a lot in advance for any help!

1 Like

Hey @Onlinetrap

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi @Onlinetrap ,

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
  4. And Save.
.cc-tabs.cc-tabs--accordion-mode.cc-initialized .cc-tabs__tab:nth-child(4) {
    display: none;
}

Result:

I hope it help.

1 Like

I appreciate both of your replies! Actually, we just upgraded our theme version to Showcase 6.0.0 - I can imagine we need a new code to fix the same issue?

This is our preview link: https://arcticdrip.com/?_ab=0&_fd=0&_sc=1

Here is how it looks after the theme update:

1 Like

Oh I still see the same website that you share together with your post.. Maybe Its not live yet. Im not sure if still same code when you change to other theme. Would you like to share the preview of the current theme your using? So we can give you the code to remove the reviews. Thanks!