Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
309 views
in Q2A Core by
I want to insert "back to top" link. which css class or what i should link '#qa-header' or something ?

http://www.blog.web6.org/back-to-top-button-wordpress/

1 Answer

+2 votes
by

In your custom theme, find where the "qa-header" div is output and change it to:

<div class="qa-header" id="qa-top">

Then for the link, put this wherever (maybe footer function):

<a href="#qa-top">Back to top</a>

by
Disgruntled your pokemon site looks very sharp!  good job!
...