Setting to change the color of category and icons

It would be awesome to have a setting to change the category and icon color. Currently, you can use the CSS code for this:

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