Skip to content

Instantly share code, notes, and snippets.

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