Change the color of the separator between questions and arrows and make them opaque

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

.eapps-faq-content-category-item:before {
background-color: #00261E !important;
}

.eapps-faq-content-category-item:after {
background-color: #00261E !important;
}

.eapps-faq-content-category-item-question-icon:before {
background-color: #00261E !important;
}

.eapps-faq-content-category-item-question-icon:after {
background-color: #00261E !important;
}

Guys, if this code was helpful to you, let us know in the comments :slightly_smiling_face:

1 Like