How can I create a static, high-quality GIF image background?

Hi, Im trying to make a website like this one - https://www.loliparadise.com , and I already made everything transparent but the gif image in the background is getting repeated, here is my website at the moment - https://bitwash.eu . How do I make make gif image be one and static, without losing resolution and quality of it?

Hi @Czaban ,

Welcome to the Shopify community! Thanks for asking a good question on community.

I am Aashish – Shopiy Expert here to help you.

I saw you are facing the issue with background image. So Please follow the below steps.

  1. Open theme editor.

  2. Click on edit code

  3. Open base.css file

  4. At the end of file please paste the below code.

  5. And then save and refresh your browser.

body, .gradient {
    background-image: url(/cdn/shop/files/dups.gif?v=1693657707)!important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

Please let me know if you are facing any other issues or If you’d like to discuss this more, don’t hesitate to send me a PM.

1 Like

Hey @Czaban

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you very very much :heart:

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like

Hi, quick question but it will save me a lot of time - How do i change ALL the text on the website to white? its black atm.

Nvm i found it man, false alarm. Thank you again for your time you helped me much :heart:

You’re welcome! Feel free to reach out to me if you require any other assistance.

Best Regards,

Moeed

Hey! One more question how i can edit code that my shirt cards are transparent and not getting my gif background?