Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
402 views
in Q2A Core by
How would I remove the best answer highlight that's applied to the best answers, and instead place some text above the best answer saying "Best Answer"?

1 Answer

+1 vote
by

You can change these classes in the CSS:

  • qa-a-item-selected - remove the background-color and border.
  • qa-a-selection - remove the float and width
  • qa-a-unselect-button - add float: right
  • qa-a-selected-text - change to display: inline then set your preferred font size etc.
...