Found what the problem was.
I was missing one step: pulling the theme being developed after making changes on the editor.
Once I did that, the new code started to show up.
Thanks.
A developer encountered an issue where changes made to a custom Shopify template through the online editor were not syncing to their local development environment.
Problem Details:
shopify theme devResolution:
Key Takeaway:
Changes made in the online editor require an explicit pull command to sync with local files - they don’t automatically update when running the dev server.
Found what the problem was.
I was missing one step: pulling the theme being developed after making changes on the editor.
Once I did that, the new code started to show up.
Thanks.