Created
August 17, 2023 10:03
-
-
Save hardik29418/c8e3ae53ddc7de56b86b400911945625 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
<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