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;
}
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024