Last active
August 17, 2023 10:30
-
-
Save hardik29418/a7994ace0ca4f164771bb7c1c2316720 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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