Add option to highlight question when it's opened

It can be figured out with the CSS code:

.eapps-faq-content-category-item-active .eapps-faq-content-category-item-question-text {
color: red!important;
}
.eapps-faq-content-category-item-question-text {
transition: all 0.5s ease;
}

It’d be nice if the question text color once clicked could be configured in the settings. Thanks!

2 Likes