Back to top button hides out at footer

Hey there,
I am using footer builder for my footer. When I scroll down to footer, the Back To Top button hides out.
How can it bring it back.

Thanks
Sujit

Hi Siddharth,

Thanks for reaching out.

It’s covered by your footer since it has z-index larger than the scroll icon. Please add this CSS to Theme Options > CSS to make sure it’s on top of everything.

.x-scroll-top {
    z-index: 9999999 !important;
}

Thanks!

Thanks Rad, It worked :slight_smile:

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.