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.