Make all text bold

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

.es-widget-title {
font-weight: bold;
}

.eapps-faq-content-category-item-question-text {
font-weight: bold;
}

.eapps-faq-content-category-item-answer-text {
font-weight: bold;
}