removing back to top button

Hello
Is there a way to take out the back to top button that pops up when you scroll to the bottom of a page?
thanks

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove scroll to top*/
.scroll-to-top {
    display: none !important;
}

Best Regards,
Support

Thanks so much, it worked!!

Hey there,

You’re most welcome, and we’re hear to help.

Let us know if there’s anything else we can help you with.

Best Regards,
Support.

Hi mikesupport, I’m using elementor page builder to create category pages for my site. And at the bottom I have also back to top option. I want to remove it but your above given code is not working.

Hi @William22

Please provide direct link to your page and I will generate new css code

Regards