Personalized checkout and custom promotions with Shopify Scripts
HI guys,
we built our own shop, which is based on the "Dawn" Theme. In earlier versions we would upload the modified theme code and in the inspector we'd see:
{"name":"OUR THEME NAME","id":123456789,"theme_store_id":null};
We don't know when this change happened (maybe with dawn 15.0?) we see this:
{"name":"OUR THEME NAME","id":123456789,"schema_name":"Dawn","schema_version":"15.0.0","theme_store_id":null,"role":"main"};
We'd like to hide the fact that our theme is based on the Dawn theme and which version for various reasons. Where is the additional information coming from and how do we get rid of it?
Solved! Go to the solution
This is an accepted solution.
Hi @marvic
Yes, they changed it a while back but the full effect started from the beginning of February:
https://shopify.dev/changelog/updates-to-theme-information-access-in-shopify
But I think you can edit config/settings_schema.json and change "theme_name". For example, I tried :
[
{
"name": "theme_info",
"theme_name": "Test",
"theme_version": "15.2.0",
"theme_author": "Shopify",
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
"theme_support_url": "https://support.shopify.com/"
},
Try it out.
Hi @marvic
Shopify just updated this issue recently
Unfortunately, it cannot be hidden
This is an accepted solution.
Hi @marvic
Yes, they changed it a while back but the full effect started from the beginning of February:
https://shopify.dev/changelog/updates-to-theme-information-access-in-shopify
But I think you can edit config/settings_schema.json and change "theme_name". For example, I tried :
[
{
"name": "theme_info",
"theme_name": "Test",
"theme_version": "15.2.0",
"theme_author": "Shopify",
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
"theme_support_url": "https://support.shopify.com/"
},
Try it out.
Hi @marvic
You can hide it by editing "theme_name" in settings_schema.json from store admin > Sales channels > Online Stores > click "..." > Edit code
- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Thank you so much! This worked a charm.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025