Home Forums Luzuk Disable Navigation Back to top arrow Reply To: Disable Navigation Back to top arrow

#43298
User Support
Participant

Hello Ross,
Here is the CSS to remove the back-to-top arrow

#back2Top {
display: none !important;
}

You may add this CSS to the Customizer >> Additional CSS
Thank You.