Remove 'Arrow up' function completely

Merchant
From United States
Member since aug. 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
From Netherlands
Member since dec. 2022

Somewhere in your css add this code:


    display: none !important;
}```
Merchant
From United States
Member since aug. 2024

That worked, thank you!

Merchant
From United States
Member since aug. 2024

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

LiteCart Fan
From Netherlands
Member since dec. 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
From United States
Member since aug. 2024

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

You
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.