September 1, 2026
How to Customize Shopify's New Customer Account Pages (2026 Guide)
If you’ve googled this question, you’ve probably landed on forum threads from 2023 claiming Shopify’s new customer accounts “cannot be customized” and “don’t work with apps.”
Both claims are now false. They were true at launch. Since then, Shopify shipped the branding editor and customer account UI extensions, and there’s now a whole category of apps built on them. This guide covers everything you can customize in 2026, how, and what’s still genuinely impossible.
The four pages you’re working with
New customer accounts are hosted by Shopify (not your theme) and consist of four pages:
- Sign-in — email + one-time passcode
- Orders — the order list customers land on
- Order status — detail page per order
- Profile — name, email, addresses
Out of the box, that’s all customers see. No Liquid, no theme templates, no code access. Customization happens through exactly three mechanisms — let’s take them in order of effort.
Level 1: The branding editor (free, built-in)
In your admin: Settings → Checkout → Customize (the checkout and accounts editor). This controls the look of the account pages:
- Logo, favicon
- Colors (background, buttons, links, cards)
- Typography — fonts for headings and body
- Corner radius and a few layout appearance options
This gets your account pages on-brand. What it can’t do: add a single piece of content. There’s no “add section” button, no custom text, no banners. Appearance only.
Also built-in and worth doing: connect the account.your-store.com subdomain (Settings → Domains) so account pages live on your domain, and check your account menu under Content → Menus — you can add links there.
Level 2: Content blocks via apps (no code)
This is the level most stores actually need — putting content on the pages: announcements, FAQs, support info, loyalty explainers, upsells, policies.
Shopify’s own documentation is explicit that extra functionality on account pages comes from apps. The mechanism underneath is customer account UI extensions — sanctioned slots on each page where an app can render content:
- Profile page — content areas above and below the native profile card
- Orders page — above the page title and below the order list
- Order status page — multiple slots around the order details, plus inline positions after line items
An account-page app gives you an editor in the admin where you build blocks (text, banners, FAQ accordions, call-to-action cards, contact blocks), choose which page and slot they appear in, and publish — no code involved. Our app, Account Blocks, is one of these (free plan available); the comparison post covers the whole category.
Two things this unlocks that legacy Liquid never did cleanly:
Conditional content. Extensions can read customer data (with permission), so blocks can target segments: show the VIP banner only to customers tagged VIP, the B2B reorder notice only to company buyers, the “second order discount” only to one-time buyers, different content per country.
Live customer data in content. Customer metafields (loyalty points, membership tier, custom fields) can be inserted into block text and resolved per customer.
Level 3: Full custom pages
Since UI extensions matured, apps can add entire new pages to the account area — a loyalty dashboard, size guide, VIP hub, FAQ center. Each page gets its own URL under your account domain.
The part most people miss: you can link these pages in the account navigation menu yourself. Admin → Content → Menus → your customer account menu → add the page’s URL. Customers see it as a native tab. (This also answers the years-old forum question “how do I add a custom link to the account nav” — for a long time the answer was “you can’t.” Now you can.)
Level 4: Build your own extensions (code)
If you have a developer, you can build customer account UI extensions directly: Shopify CLI, a JavaScript/React extension targeting the slots above, deployed with your own app. That’s the right call if you need deeply custom logic (say, a custom returns portal integrated with your 3PL). For content, banners, FAQs and conditional messaging, it’s overkill — the app category exists because rebuilding an editor, targeting and publishing pipeline per store isn’t worth it.
What’s still impossible in 2026
Honesty section — no mechanism (editor, app, or custom code) can do these today:
- Customize the sign-in page. It accepts no extension blocks at all. Branding colors apply; content doesn’t.
- Change the native page layouts. You can add content around Shopify’s native components, not rearrange or remove the components themselves.
- Inject items into the top nav programmatically. Merchants add menu links manually (Content → Menus); apps can’t do it for you.
- Liquid or theme code. There is none on these pages, full stop.
- Password login. One-time email codes are the only native option (custom identity providers are Plus-only).
If a customization matters more to you than these limits allow, that’s feedback Shopify actively collects on their community forums — the platform has shipped several formerly-impossible things in the last two years.
Quick decision guide
| You want | Use |
|---|---|
| Brand colors, logo, fonts | Branding editor (free, built-in) |
| Banners, FAQs, support info, announcements | Account-page app |
| Different content per customer segment | Account-page app with conditions |
| A whole new page in the account menu | App with full-page support + Content → Menus |
| Deep custom functionality with your own backend | Custom UI extension (developer) |
| Customize the sign-in page | Nothing — not possible yet |
FAQ
Do I need Shopify Plus? No. Branding editor, UI extensions and account-page apps all work on every plan. (B2B features and custom identity providers are the Plus-only parts.)
Will apps slow my account pages down? Extensions render inside Shopify’s hosted pages in sandboxed slots — they don’t touch your storefront theme or its performance.
I’m still on legacy accounts — should I customize those instead? No. Legacy accounts are deprecated (February 2026) and the shutdown date is coming. Put your effort into the new system — here’s the full migration guide.