Skip to content

Instantly share code, notes, and snippets.

@dpw1
Last active March 27, 2023 09:26
Show Gist options
  • Save dpw1/0be85df08819873e6dd8f3a02ce17005 to your computer and use it in GitHub Desktop.
Save dpw1/0be85df08819873e6dd8f3a02ce17005 to your computer and use it in GitHub Desktop.
Add a background image to any Shopify theme
<style>
html, body,
[id*='shopify-section']:not([id*='announcement']):not([id*='header']):not([id*='footer']),
[id*='shopify-section']:not([id*='announcement']):not([id*='header']):not([id*='footer'])> [class*='background']{
background: url("replaceme.jpg") !important;
background-size: cover !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment