This is actually CSS question and not anythign specifically related to Q2A.. Anyway you can get hand ( pointer ) using this
cursor: pointer on your class hover state so it will be something like below....
.your class:hover{
cursor:pointer;
}
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.