PB
Available
arrow_back Back to Blog

How to Find Out What Shopify Theme Any Store Is Using

PB

Patrick Bushe

October 16, 2025 ยท 5 min read

You're browsing a Shopify store and the design is exactly what
you want for your own store. Clean product pages, great navigation,
a checkout flow that feels fast. You want to know: what theme is this?

There are several ways to find out, ranging from manual HTML inspection
to automated detection. Here's all of them, from most effort to least.

Method 1: View Page Source

Every Shopify store reveals its theme in the page source code.

1. Right-click anywhere on the store page
2. Click "View Page Source"
3. Press Ctrl+F (or Cmd+F) to search
4. Search for "Shopify.theme"

You'll find a line like:
Shopify.theme = {"name":"Dawn","id":123456,"role":"main"}

The "name" field is your answer. This works on almost every Shopify
store because it's standard Shopify JavaScript that's loaded on
every storefront page.

Method 2: Check the Assets URL

Alternatively, look at the network requests or asset URLs. Open
DevTools (F12), go to the Sources or Network tab, and look for
references to /assets/ โ€” the folder structure often includes the
theme name.

Method 3: One-Click Detection With Shopify Theme Detector

Both manual methods require opening developer tools or page source
and knowing what to look for. Shopify Theme Detector is a Chrome
extension that does this automatically.

  • When you're on any Shopify store, click the extension button and
  • it displays:
  • Theme name
  • Theme version (when available)
  • Apps and plugins installed on the store
  • Shopify-related technologies detected

For quick competitive research or design inspiration work, this is
far faster than opening source and searching.

How to Use It

1. Install Shopify Theme Detector from the Chrome Web Store
2. Navigate to any Shopify store
3. Click the extension button in your toolbar
4. See the theme name and installed apps immediately

Not All Stores Show a Named Theme

Large Shopify brands often use custom themes โ€” built by agencies
or in-house developers, not purchased from the Shopify Theme Store.
In these cases, you'll see a theme name like "custom" or an
opaque internal name that doesn't map to a publicly available theme.

For stores using custom themes, the extension can still tell you
that it's a custom build and what apps are installed, which is
often just as useful for research.

Finding the Theme in the Shopify Theme Store

Once you have a theme name, finding it is straightforward:
1. Go to themes.shopify.com
2. Search for the theme name
3. Check price, features, and demo stores

Most popular themes have a free and paid version tier. "Dawn" is
Shopify's free default theme; "Impulse," "Prestige," and "Turbo"
are paid themes commonly found on higher-end stores.

Using Theme Detection for Competitive Analysis

  • Theme identification is often the starting point, not the end.
  • What's actually valuable:
  • Which apps does a competing store use for reviews, upsells, and
  • conversion optimization?
  • Are they using a page builder on top of their theme?
  • What analytics and marketing tools are installed?

Shopify Theme Detector surfaces app detection alongside theme
detection, making it a broader store analysis tool, not just
a theme identifier.

Conclusion

Finding a Shopify store's theme takes under a minute with the right
approach. Whether you're replicating a design you like, researching
competitors, or evaluating which themes are popular in your niche,
the information is publicly available and easy to access.

More Tools by Patrick Bushe

Free Chrome extensions to boost your productivity and privacy