Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Somewhat like this https://www.sosmula.net/pages/web-store-closed but my background isn't black, it is #080808. I'd like to know how I should do it in Shopify Dawn theme specifically. Thanks in advance! My url currently: https://maers.my/
Hello @maers
For this, we will need to add an SVG image to the body.
I believe I have one
Yes, I have one ready.
Hello @maers
Please send me the GIF image.
https://cdn.shopify.com/s/files/1/0900/3470/0652/files/Grain.gif?v=1738476637 here you go.
Any luck? 😅
Hello @maers
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.gradient {
background: transparent;
}
body {
background-color: transparent; /* Ensures no solid color blocks the GIF */
background-image: url('https://cdn.shopify.com/s/files/1/0900/3470/0652/files/Grain.gif?v=1738476637')!important;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
Is there any way to make it match the color #080808?
Perhaps a little bit of opaque.
Hello @maers
Please add the gif image with the color #080808.
I can't seem to do that unfortunately, is there no way to set the opacity to 0.15 or something?