Skip to content

Instantly share code, notes, and snippets.

@hardik29418
Created August 17, 2023 10:03
Show Gist options
  • Save hardik29418/c8e3ae53ddc7de56b86b400911945625 to your computer and use it in GitHub Desktop.
Save hardik29418/c8e3ae53ddc7de56b86b400911945625 to your computer and use it in GitHub Desktop.
<style>
html, body,
[id*='shopify-section']:not([id*='announcement']):not([id*='header']):not([id*='footer']) > [class*='background'],
[id*='shopify-section']:not([id*='announcement']):not([id*='header']):not([id*='footer']) {
background: url('replace-url') !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment