Question: I Want To Add Back To Top

I Want To Add Back To Top

I want to add "Back to top" to Simple Forum. Please help me!

TB

Thuc Bui

Asked
I want to add "Back to top" to Simple Forum. Please help me!
  • MS

    Mian Saleem

    Answered
    Hello,

    You can modify the footer view file `themes/default/views/footer.php` as you need.

    Please add the following code before `</body>`

    ```html
    <button onclick="(function goToTop() { $('html, body').animate({scrollTop:0}, '250'); })()" style="position: fixed; bottom: 20px; right: 20px; padding: 2px 10px; background: #fff; border: none; border-radius: 4px">↑</button>
    ```

    Thank you
  • Login to Reply