I tried the following code to remove the scroll to top button
.back-to-top { display: none; }
but it doesn’t work. Any suggestions?
Hi MairiaM,
Try this code
.back-to-top { display:none !important; }
Rabin
Thanks a bunch, Rabin! It’s working now 🙂
🙂