Change color of search border

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

.global-styles, #eapps-faq-1 .eapps-faq-search-bar-input {
border-color: gray;
}