need to remove tabs inside the product pages

Topic summary

A user needed to remove tabs (product features, materials and care, marketing tips) from product pages on their Shopify store using the Trade Theme.

Initial Responses:

  • One suggestion provided CSS code to hide breadcrumbs, which didn’t address the tab removal issue.

Working Solution:

  • PageFly support provided custom CSS code to be added to theme.liquid above the </head> tag.
  • The code specifically targets and hides the product page tabs.

Resolution:
The issue was successfully resolved using the PageFly solution. The user confirmed the tabs were removed as requested.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hello, i need help in removing the tabs inside my product page. Is there a way to turnoff those tabs? ( product features, materials and care, marketing tips)

I am using Trade Theme

my website is https://alma-hogar.com/

Thank you

Hello there @oninski21 I believe that this code should help you sort this out

.breadcrumbs {
padding: 6px 0;
background-color: #faf8ff;
display: none !important;
}

Hi @oninski21

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Its fixed! Thank you!