Change color of "Search" text in the Search Bar placeholder

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

.eapps-faq-search-bar-container input::placeholder {
color: red;
}