hello please I’m facing a problem I can’t remove some sections on all the product pages even when I go to them personalize I can’t fund them this is the product page https://fergis.ma/products/coole-copie-1 and all the products like that are down there some section can’t be found in the them edited them is prestige
Which sections do you need to remove? Please give me the screenshot.
page as you can see the last sections in the product page except the collection section must be there thank you for your help
Hi @moncef25
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
.shopify-section.shopify-section--slideshow {
display: none !important;
}
.shopify-section.shopify-section--multiple-media-with-text {
display: none !important;
}
.shopify-section.shopify-section--shop-the-look {
display: none !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
thank you so much is it just for the product page?
I didn’t understand what you are trying to say
The code you gave me will remove this section only on the product page. right?
Yes only on product pages
thank you so much for the app you sent me will work well for you so I will try the code now
Sure, try the code and let me know if there is any issue.
Hey Sir, I still have a problem when I apply the code because it removes the homepage slideshow as well.
But I just want to remove the one on the product page only







