top button visible if scrolling

Hi all
Is it possible to make the #top button visible when scrolling a web page?
I’d like how it is here http://www.car-doc.ca/
Flood button that is down I would like to remove
very thx

hey there

Hope you are having a good day

Please add this CSS in appearance - customize - additional CSS

.bg-dark .back-to-top {
display: none;
}

Thanks!
Colorlib Support Team

Thank You.
The top button is now invisible.
How to add a button (scroll to top) see web

When you scroll to http://www.car-doc.ca/ the button will always be visible

I used plugin WPFront Scroll Top

hey there

Please add this CSS in appearance - customize - additional CSS

a#scroll-to-top {
display: block !important;
opacity: 1 !important;
}

Thanks!
Colorlib Support Team