Remove 'Arrow up' function completely

Merchant
Depuis United States
Membre depuis août 2024

I apologize in advance, but was not able to find a fix for this issue in the forum previously:

Therefore, how do I disable 'back up' arrow' in the bottom right corner when you scroll down?

Thank you!

LiteCart Fan
Depuis Netherlands
Membre depuis déc. 2022

Somewhere in your css add this code:


    display: none !important;
}```
Merchant
Depuis United States
Membre depuis août 2024

That worked, thank you!

Merchant
Depuis United States
Membre depuis août 2024

Update. It stopped working after the update to 2.6. Any ideas how to fix it now?
Thanks in advance.

LiteCart Fan
Depuis Netherlands
Membre depuis déc. 2022
#scroll-up {
    bottom: 30px;
    display: none;
    height: 48px;
    opacity: 0.3;
    position: fixed;
    right: 30px;
    width: 48px;
    /* add line below */
    display: none !important; 
}
Merchant
Depuis United States
Membre depuis août 2024

Thanks, Jack. Can confirm that did in fact fixed the issue. Appreciate it.

Vous
Ce site n'utilise aucun cookie ni aucune technologie de suivi tierce. Nous pensons pouvoir faire mieux que les autres et nous nous soucions vraiment de votre vie privée.