How to add a tick mark with a circle when an answer is accepted in Vanilla ?

How to add a tick mark with a circle on the left side of the text shown "answer accepted", when a user accept an answer given in a vanilla forum made using Q&A plugin ?

Best Answers

  • TamaTama ✭✭✭
    Answer ✓

    If you inspect the element on vf.org...

    .QnA-Accepted { background: url("check.png") no-repeat scroll 0 0 transparent; display: block; height: 40px; right: -65px; overflow: hidden; position: absolute; text-indent: -1000px; top: 10px; white-space: nowrap; width: 40px; }

    There was an error rendering this rich post.

Answers

Sign In or Register to comment.