Remove 'Arrow up' function completely

Merchant
از کشور United States
عضو از اوت 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
از کشور Netherlands
عضو از دسامبر 2022

Somewhere in your css add this code:


    display: none !important;
}```
Merchant
از کشور United States
عضو از اوت 2024

That worked, thank you!

Merchant
از کشور United States
عضو از اوت 2024

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

LiteCart Fan
از کشور Netherlands
عضو از دسامبر 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
از کشور United States
عضو از اوت 2024

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

شما
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.