Remove 'Arrow up' function completely

Merchant
Nuo United States
Narys nuo rugp. 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
Nuo Netherlands
Narys nuo gruod. 2022

Somewhere in your css add this code:


    display: none !important;
}```
Merchant
Nuo United States
Narys nuo rugp. 2024

That worked, thank you!

Merchant
Nuo United States
Narys nuo rugp. 2024

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

LiteCart Fan
Nuo Netherlands
Narys nuo gruod. 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
Nuo United States
Narys nuo rugp. 2024

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

Jūs
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.