Change question font color when hovering

Add this code to the Custom CSS field on the Appearance tab of your FAQ widget’s settings:

.eapps-faq-content-category-item-question-text:hover {
  color: violet;
}