Glossary
Shopify Theme
A Shopify theme is the front-end template that determines how a store looks and behaves: its homepage layout, product pages, navigation, colors, and typography. Merchants can install a theme from the Shopify Theme Store, which offers both free and paid options, or use a custom-built one, then configure it visually in the theme editor without touching code.
Themes are built on Shopify's Liquid templating language combined with standard HTML, CSS, and JavaScript. Since the 'Online Store 2.0' update, themes use flexible JSON templates and 'sections everywhere,' letting merchants add, reorder, and remove modular sections on almost any page. Shopify's free Dawn theme serves as the reference implementation for this architecture.
Because each theme leaves recognizable fingerprints in a store's source code. File paths, asset names, and settings schemas. It is possible to identify which theme a store runs just by inspecting its public pages. Popular commercial themes such as Impulse, Prestige, or Turbo each carry distinct signatures.