Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi there,
Just wondering if anyone knows how to identify which theme a store is using, using the theme.store.id number. I'm needing to know which theme is - "theme.store.id:777"
I'm assisting with a website and they're renamed the theme in the backend but when i look at the code i can see theres a theme.store.id that isn't null so am assuming it's a purchased theme and would be great to know which one to be ensure the best way forward for modifications.
Thank you!
It's the Palo Alto theme.
any way of knowing what theme this is? 37681430599
any way of telling what apps are being used on a demo store? I can't seem to find them in the page source. Would love to know what sort of dropship apps some stores are using.
Hi Lukas! Could you also help me take a look at this website: https://amyojewelry.com/
If it's a custom code, does it say who is the team responsible?
@joyce11 it's a custom theme, and unfortunately, I can't find the team behind it.
Hi Lukas! Could you also help me take a look at this website: https://thearrivals.com
I'm a developer and i have a task related to this project because client need same this design but i can't find any theme they use could you please tell me which theme they using and i find the "theme_store_id":796 . (Thank You)
Hey!
Not Lukas but I'll try to help. It's the Debut theme, heavily modified.
https://themes.shopify.com/themes/debut/styles/default
Shopify.theme = {"name":"The Arrivals (Production)","id":32462209097,"theme_store_id":796,"role":"main"};
The key here is Shopify.theme = "theme_store_id":796, this corresponds to the Debut theme.
Cheers.
Thanks RamonRoyo I have first experience in shopify can you please tell me how to modify theme and where i have to go modify i am also a developer
Hey @khizer123, welcome!
You could start here: https://help.shopify.com/en/manual/online-store/themes/os/themes-by-shopify/debut
Cheers.
HI Ramon!
Could you share with us how we can know the theme name given a theme_store_id ? is there a list/ api about this somewhere?
Hi Taufiqm!
Not that I'm aware of. I just Google Shopify Theme xxx, where xxx is the id.
I also have a browser app installed, to get the theme faster. It might not work sometimes.
Shopify App Detector by Fera.ai
Best regards.
Here is a list of Shopify themes and corresponding IDs.
Theme Name | Theme ID |
Sunrise | 57 |
Fashionopolism | 141 |
Expression | 230 |
Responsive | 304 |
Minimal | 380 |
Envy | 411 |
Masonry | 450 |
Editions | 457 |
Vantage | 459 |
Mobilia | 464 |
Atlantic | 566 |
MrParker | 567 |
Symmetry | 568 |
Simple | 578 |
Providence | 587 |
Retina | 601 |
Blockshop | 606 |
Testament | 623 |
Startup | 652 |
Alchemy | 657 |
Showcase | 677 |
Supply | 679 |
Icon | 686 |
ShowTime | 687 |
Parallax | 688 |
California | 691 |
Pacific | 705 |
Focal | 714 |
Grid | 718 |
Kingdom | 725 |
Brooklyn | 730 |
Canopy | 732 |
District | 735 |
Pipeline | 739 |
Colors | 757 |
Maker | 765 |
Boundless | 766 |
Label | 773 |
Venture | 775 |
PaloAlto | 777 |
Ira | 790 |
Launch | 793 |
Debut | 796 |
Lorenza | 798 |
Flow | 801 |
Vogue | 808 |
Capital | 812 |
Handy | 826 |
Editorial | 827 |
Narrative | 829 |
Emerge | 833 |
Venue | 836 |
Empire | 838 |
Split | 842 |
Loft | 846 |
Motion | 847 |
Modular | 849 |
Galleria | 851 |
Reach | 853 |
Prestige | 855 |
Artisan | 856 |
Impulse | 857 |
Cascade | 859 |
Boost | 863 |
Story | 864 |
Avenue | 865 |
Broadcast | 868 |
Context | 870 |
Warehouse | 871 |
Streamline | 872 |
Express | 885 |
Dawn | 887 |
Expanse | 902 |
Highlight | 903 |
Fresh | 908 |
Avatar | 909 |
Baseline | 910 |
Spark | 911 |
Foodie | 918 |
Beyond | 939 |
Drop | 1197 |
Hi LukaszWiktor, can you please tell me where did you find this list of Theme Name and IDs? Is this list updated? I'm asking becasue I'm looking for a theme with ID 766, but the sousce website does not looks like Boundless theme.
Thanks in advance 🙂
Adding more of the Free themes:
Theme Store Ids:
Crave | 1353 |
Sense | 1356 |
Craft | 1368 |
Dawn | 887 |
Taste | 1434 |
Studio | 1431 |
Hello Lukas (AKA) Theme Identity Master!
May I test your skills please on this site? Thanks in advance 😉
Hey Lisa! It's a version of the theme "Icon"
Hey, @LukaszWiktor @TeejO
Have you created a list of theme names and IDs manually or found them somewhere?
@RavindraPatel, I've created the list semi-automatically based on themes.shopify.com/themes. When you look into the HTML code, you may notice the data-trekkie-theme-id attribute which holds the theme ID.
Here is a spreadsheet with the updated list of themes and their IDs:
https://docs.google.com/spreadsheets/d/16Fnvn6eBPxG9zeCfSEQGVCUkxsoejsGI7dbQxfZ52uA
I can see that the topic is quite popular so I'm planning to make the spreadsheet update automatically.