Change color 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);
}
1 Like