Etsy: hide homepage promo carousels
Hides the promotional carousels and recommendation rows on the homepage for a calmer start.
Code to copy
/* Hide the homepage promo carousels and recommendation rows */
[data-appears-component-name*="homepage"][data-appears-component-name*="recommend"],
[data-homepage-section][data-region-type="recs"],
[data-appears-component-name*="hp_carousel"],
.homepage-recs-region {
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.