Change color and opacity of category icons

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

.eapps-faq-content-category-title-icon {
fill:red!important;
/* opacity:1!important; */
}
1 Like