New Shopify Certification now available: Liquid Storefronts for Theme Developers

Snowflakes animation not working

Solved
AlmaVida
Visitor
1 0 0

Hello,

I tried to add a snowflake animation based on another website.

Could someone tell me what is wrong and why the snowflakes are not showing?

I added css, a script and html div tag for the snowflake containers.

 

You can see the snowflake and snowfall css in base.css.

The div class is snowfall-container and the js is animatesnowfall and this was added in theme.liquid.

Please help me understand.

My shop is www.almavida.nl

 

Thank you

Accepted Solution (1)
Uhrick
Shopify Partner
398 67 86

This is an accepted solution.

Hi, Almavida

 

Go to the end of base.css file and add this:

.snowflake {
display: initial !important;
}
Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution

View solution in original post

Reply 1 (1)
Uhrick
Shopify Partner
398 67 86

This is an accepted solution.

Hi, Almavida

 

Go to the end of base.css file and add this:

.snowflake {
display: initial !important;
}
Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution