how to I delete the "back to top" button

Hello,
I would like to delete the “back to top” button, in the lower right of the screen.
How do I do that?

Thank you!

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the button by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove back to top button*/
.back-to-top {
    display: none;
}

Best Regards,
Support

Awesome! Done! Thank you so much!

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Thanks,
laranz.