Etsy: hide "More from this shop"
Hides the "More from this shop" section that nudges you to keep browsing instead of buying.
Code to copy
/* Hide the "More from this shop" cross-sell section */
[data-appears-component-name*="more_from_shop"],
[data-appears-component-name*="shop_listings"],
section[data-region="more-from-shop"],
[data-shop-home-section] {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.