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

How to add an animated grain effect to my Shopify Dawn theme site?

How to add an animated grain effect to my Shopify Dawn theme site?

maers
Excursionist
60 0 8

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/

If you are trying to reach us: maers.my on gmail.com
Replies 11 (11)

devcoders
Shopify Partner
1654 190 564

Hello @maers 

For this, we will need to add an SVG image to the body.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
maers
Excursionist
60 0 8

I believe I have one

If you are trying to reach us: maers.my on gmail.com
maers
Excursionist
60 0 8

Yes, I have one ready.

If you are trying to reach us: maers.my on gmail.com
devcoders
Shopify Partner
1654 190 564

Hello @maers 

Please send me the GIF image.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
maers
Excursionist
60 0 8

https://cdn.shopify.com/s/files/1/0900/3470/0652/files/Grain.gif?v=1738476637 here you go.

If you are trying to reach us: maers.my on gmail.com
maers
Excursionist
60 0 8

Any luck? 😅

If you are trying to reach us: maers.my on gmail.com
devcoders
Shopify Partner
1654 190 564

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;
}

 

devcoders_0-1738481718743.png

 

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
maers
Excursionist
60 0 8

Is there any way to make it match the color #080808?

If you are trying to reach us: maers.my on gmail.com
maers
Excursionist
60 0 8

Perhaps a little bit of opaque.

If you are trying to reach us: maers.my on gmail.com
devcoders
Shopify Partner
1654 190 564

Hello @maers 

Please add the gif image with the color #080808.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
maers
Excursionist
60 0 8

I can't seem to do that unfortunately, is there no way to set the opacity to 0.15 or something?

If you are trying to reach us: maers.my on gmail.com