Can I remove the ‘back to top’ button which appears in the bottom right when I scroll down?
As I’m using Slider Revolution the feature doesn’t work, but the button still appears. Thanks.
J-M
Can I remove the ‘back to top’ button which appears in the bottom right when I scroll down?
As I’m using Slider Revolution the feature doesn’t work, but the button still appears. Thanks.
J-M
Hi Jon
Thanks for reaching out
Try the CSS below
.btntoTop.active {
display: none;
}
Copy & Paste it in Appearance -> Customize -> Additional CSS
Best Regards
Great, thanks.
It’s stopped working now and the button is appearing again. I’ve checked the code and it’s still in place.
Hi Jon
Are you using a cache plugin, If yes then clear the cache and try again. Also, check the site in Incognito mode of the browser
Best Regards