Change color of icons and category titles

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

.eapps-faq-content-category-title-text{ 
  color: rgba(14, 193, 47, 0.89);
}
.eapps-faq-content-category-title-icon{
  fill: rgba(14, 193, 47, 0.89);
}