Hi
Back To Top Button works only on the home page. On other pages, the button does not work. An example of a page where the button doesn't work: https://smirnovblog.ru/travels/gus-hrustalniy . What could be the problem?
Thanks
smalir Hi Add this code in custom css
#back-to-top { z-index: 5;}
it will fix the issue.
Ninja Thanks a lot! It fixed issue.
smalir You are welcome!