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
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:
Working Solution:
</head> tag.Resolution:
The issue was successfully resolved using the PageFly solution. The user confirmed the tabs were removed as requested.
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!