Hide the setup-guide card
Removes the setup-guide card from the admin home page once your store is configured and it only takes up space.
Code to copy
section:has(> [aria-label*="Setup guide" i]),
[class*="SetupGuide" i],
[class*="setup-guide" i],
.Polaris-Card:has([class*="text"i]):has([aria-label*="setup" i]) {
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.