Remove 'Arrow up' function completely

Merchant
Alates United States
Liige alates

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
Alates Netherlands
Liige alates

Somewhere in your css add this code:


    display: none !important;
}```
Merchant
Alates United States
Liige alates

That worked, thank you!

Merchant
Alates United States
Liige alates

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

LiteCart Fan
Alates Netherlands
Liige alates
#scroll-up {
    bottom: 30px;
    display: none;
    height: 48px;
    opacity: 0.3;
    position: fixed;
    right: 30px;
    width: 48px;
    /* add line below */
    display: none !important; 
}
Merchant
Alates United States
Liige alates

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

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