Shopify themes, liquid, logos, and UX
Hello, I pasted this code to make animated background:
body { background-size: cover; background-repeat: no-repeat; background: url("https://cdn.shopify.com/s/files/1/0777/5603/9502/files/5c43d280ddfbd4a1b4c571874e699f8d.gif?v=1698835887") !important; /* chanage image as you like */ }
But the background gif doesn't cover whole page and they have borders. Can I make something about it so one gif would cover whole page?
Solved! Go to the solution
This is an accepted solution.
Please try this one.
body {
background: url("https://cdn.shopify.com/s/files/1/0777/5603/9502/files/5c43d280ddfbd4a1b4c571874e699f8d.gif?v=1698835887") !important;
background-repeat: no-repeat!important;
background-size: cover!important;
}
Hello @Swordfish1
Its Artzen Technologies! We will be happy to help you today.
PLease send me your store url, if applicable, the Password too.
Hello @Swordfish1
Its Artzen Technologies! We will be happy to help you today.
Please copy the below css and replace with your css.
body {
background-size: cover!important;
background-repeat: no-repeat;
background: url("https://cdn.shopify.com/s/files/1/0777/5603/9502/files/5c43d280ddfbd4a1b4c571874e699f8d.gif?v=1698835887") !important; /* chanage image as you like */
}
Let me know if need further assistance
Regards,
Artzen Technologies
Hmmm, it's still the same.
This is an accepted solution.
Please try this one.
body {
background: url("https://cdn.shopify.com/s/files/1/0777/5603/9502/files/5c43d280ddfbd4a1b4c571874e699f8d.gif?v=1698835887") !important;
background-repeat: no-repeat!important;
background-size: cover!important;
}
It works thank you very much!
If anyone wanted to make it also not end in half page use this code:
body {
background: url("https://cdn.shopify.com/s/files/1/0777/5603/9502/files/81ea6ac10c02ec59255d6d19c173b940.gif?v=169884...") !important;
background-repeat: no-repeat;
background-size: 100% auto!important;
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024