Hide home-page promo cards
Removes marketing and promo cards from the admin home page, leaving only real store data and tasks.
Code to copy
section:has(> [class*="marketing" i]),
.Polaris-Card:has([aria-label*="learn more" i][href*="shopify.com"]),
[class*="HomeCard" i][class*="promo" i],
[data-marketing="true"] {
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.