Skip to content
← All articles

The journal · · 5 min read

How to Find Out What Shopify Theme a Website Is Using

By Jean Perry — Editor, Kiosk

You found a Shopify store you love – the layout is clean, the product pages convert, the whole thing just feels premium. Naturally, you want to know what powers it. The good news: identifying a Shopify theme is usually straightforward, because Shopify leaves clues right in the page. This guide walks through exactly how to find what Shopify theme a website is using, from the quickest browser trick to dedicated detector tools – and, just as importantly, what to do with that information once you have it.

Method 1: View the page source and search for "Shopify.theme"

The fastest, most reliable way to see what Shopify theme a website is using is to read its source code. Every Shopify storefront injects a small JavaScript object that names the active theme directly.

  • Open the store's homepage in Chrome, Firefox, Safari, or Edge.
  • Right-click anywhere on the page and choose View Page Source (or press Ctrl+U on Windows, Cmd+Option+U on Mac).
  • Open the in-page find bar (Ctrl+F / Cmd+F) and search for Shopify.theme.

You'll land on a line that looks roughly like this: Shopify.theme = {"name":"Dawn","id":123456789,"theme_store_id":887,"role":"main"}. That name value is the theme name the merchant assigned, the id is the internal theme ID for that store, and theme_store_id – when present – points to the original theme in the Shopify Theme Store. If you don't see Shopify.theme at all, the site may not be Shopify, or it may be headless (more on that below).

How to find the Shopify theme name specifically

The name field is your answer for finding the Shopify theme name, but read it with a little skepticism. Merchants rename their themes constantly – a store might label its theme "Homepage v3" or "BLACK FRIDAY FINAL" even though the underlying theme is something entirely different. When the name looks custom, use the theme_store_id and the other methods below to trace it back to the real base theme.

Method 2: Check the /cdn/shop/t/ asset paths

Shopify serves theme assets – CSS, JavaScript, fonts – from predictable URLs. In the page source, search for cdn/shop/t/ (older stores may use cdn.shopify.com/s/files). You'll see paths like /cdn/shop/t/12/assets/base.css.

Two things are useful here. First, the presence of these paths confirms you're looking at a Shopify store at all. Second, the asset filenames often betray the theme's origin: files named base.css, global.js, and component-*.css are hallmarks of Shopify's free Dawn theme and its many derivatives, while premium themes tend to ship their own distinctive filenames. Scanning these paths is a quick sanity check against a renamed Shopify.theme value.

Method 3: Browser extensions and online Shopify theme detector tools

If you'd rather not read source code, a Shopify theme detector does the work for you. Paste a store URL into a web-based detector, or install a browser extension, and it reports the theme name, sometimes the apps installed, and the tech stack.

  • Dedicated Shopify detectors (tools branded around Shopify theme and app detection, such as Koala Inspector and similar services) parse the same Shopify.theme data and asset paths automatically, then present them in a tidy panel.
  • General tech-profilers like Wappalyzer identify the platform and many technologies a site runs, confirming Shopify and often naming the theme.
  • Browser-extension inspectors add a one-click button in your toolbar so you can check any store as you browse, without opening the source.

These tools are convenient and free or freemium, but they read exactly the same signals you can read yourself – so they inherit the same blind spots.

The caveats: why a detector can mislead you

Before you assume the detector is gospel, understand its limits:

  • Renamed themes hide the truth. Because merchants rename freely, a detector may confidently report a custom label that tells you nothing about the base theme.
  • Customization masks the source. A huge share of stores run Dawn or a Dawn-based theme, then customize it heavily. A detector will often show "Dawn" even when the live site looks nothing like the default – you're seeing the foundation, not the thousands of dollars of design work layered on top.
  • Premium and headless stores may be unidentifiable. Deeply custom builds, agency-developed themes, and headless storefronts (where Shopify powers the backend but a custom frontend renders the pages) frequently return no theme name at all. That absence is itself a signal: this store invested in something bespoke.

In other words, a Shopify theme detector answers "what is the base theme" far better than it answers "how do I make my store look like this one."

Knowing the theme is step one – choosing the right one is what matters

Here's the honest pivot. Identifying another store's theme is genuinely useful research, but it rarely delivers the outcome people actually want. Copying a competitor's theme name and buying it won't reproduce their results, because their success lives in the customization, content, and merchandising you can't see in the source. What moves your business is picking a theme that fits your brand and then making it your own.

So when you evaluate a theme – whether it's one you spotted in the wild or one you're shortlisting fresh – weigh what genuinely drives storefront performance:

  • Speed. Lightweight, well-built themes load fast, and page speed shapes both conversions and SEO. Bloated themes with dozens of unused features drag everything down.
  • Online Store 2.0 architecture. A modern OS 2.0 theme gives you flexible sections on every template, better app integration, and easier editing – not just the homepage.
  • Design fit. The best theme is the one whose default aesthetic already leans toward your brand, so customization is refinement rather than a rebuild.

That's the thinking behind Revue, our editorial theme built for merchants who want a premium, magazine-grade storefront without wrestling their theme into shape. If you're moving from "which theme is that store using" to "which theme should I use," browse the full lineup at Kiosk Themes and compare against what actually matters for your catalog.

FAQ

Can you tell what theme any Shopify store uses?

Most of the time, yes – view the page source and search for Shopify.theme , or run the URL through a theme detector. But not always. Stores that heavily customize, rename their theme, or run a headless/custom-built frontend may return a misleading name or none at all, so treat the result as a strong hint rather than a guarantee.

Is it legal to copy another store's theme?

You can absolutely identify the theme another store uses and buy the same one for yourself – theme names and Theme Store listings are public, and licensing a theme is exactly how it's meant to work. What you cannot do is copy their custom code, images, copy, or bespoke design work. Those are the store owner's intellectual property. Buy the same base theme if you like it, then build your own version.

Why does the detector say "Dawn" when the store looks completely different?

Dawn is Shopify's free flagship theme and the base for countless customized stores. A detector reads the underlying theme, not the design layered on top, so a store built on Dawn but reworked with custom sections and styling will still report as Dawn. The gap between "Dawn" and what you see on screen is precisely the customization work you'd need to commission or build.

See the REVUE theme Editorial Shopify theme · $39 · buy once, one store

Related reading