Change colors of arrows or "+" icons

There is a workaround with editing colors of “+” icons with this CSS code:

.eapps-faq-content-category-item-question-icon:before {
background-color: red!important;
}
.eapps-faq-content-category-item-question-icon:after {
background-color: red!important;
}

Please add such settings to the widget too. Thank you!

2 Likes