Shopify has removed the ‘theme.Name’ parameter from its source code, making it difficult to identify the original theme name through browser console inspection. Previously, users could search for ‘theme.Name’ in the console or use tools like shopscan.app to detect themes.
Remaining challenge: When developers rename themes to obscure names, identifying the underlying/original theme becomes difficult even with detection tools.
The discussion remains open with no definitive solution for detecting renamed themes, though multiple third-party tools are offered as workarounds for standard detection.
Summarized with AI on October 24.
AI used: claude-sonnet-4-5-20250929.
I used to inspect console and search for the actual theme name by ‘theme.Name’ or sometime used www.shopscan.app website to detect theme name and apps.
But it seems that Shopify has removed that ‘theme.Name’ part from it’s source code and not possible to know actual theme name any more. You will just see the edited theme name.
Is there any method to find out the actual theme name?
I use https://whatthemedetector.com/shopify-theme-detector/ and find it gets the theme about 95% of the time. Only issue is if the dev has named the theme something obscure, then it’s tricky to find the underlying theme.
Shopify does not expose original theme name publicly anymore, so you will not see name by inspecting the console window. A practical way around is to look at the theme folders structure, section naming and coding style and compare them with known 2.0 themes. You can also copy the theme and compare files with public theme demos.