Change the color of the separator between questions and arrows

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: red !important;
  opacity: 1;
}
.eapps-faq-content-category-item:after {
  background-color: red !important;
    opacity: 1;
}
.eapps-faq-content-category-item-question-icon:before {
    background-color: red !important;
}
.eapps-faq-content-category-item-question-icon:after {
    background-color: red !important;
}

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

1 Like