Remove snow effect

Hello here is my website : https://www.androidp0rtugal.com/

How can i remove the snow effect on my website i cant find nothing on youtube or in my code to remove it need help

Best regards

Hi @fABIOcORDeiro

The snow effect is being generated by a third-party app. Please check the apps you have installed from the store.

Best,

Liz

Always remember to back up your theme before making any significant changes.
@fABIOcORDeiro

  • To remove Snow effects
  • Next to your active theme’s Customize button, look for a three-dot icon. This icon provides additional options.
  • Click on the three-dot icon, and from the dropdown menu, select Edit Code.
  • In Filter bar search the base.css File: in line 3519

Remove the code in body:after

{
background-image: url(/cdn/shop/files/snow1.webp?v=1732149595), url(/cdn/shop/files/snow2.webp?v=1732149595), url(/cdn/shop/files/snow3.webp?v=1732149595);
animation: snow 10slinear infinite;
}

Then click save on right top corner button.

Final code look like this

body:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

Happy customizing!

Hi @fABIOcORDeiro ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

body:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: none !important;
}

Cant find it do you have anydesk to join my pc and remove it?

Cant find it do you have anydesk to join my pc and remove it??

Sure! Sending via WhatsApp and email is a secure option.

Can you send me your discord please or email so we can make it? I can pay you