Change font (embeddable search)

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

.global-styles,
.elfsight-app-WIDGET_ID *,
[class*="Popup__Container-sc"] {
font-family: Arial;
}

Do not forget to replace WIDGET_ID in the 2nd line of the code with the ID of your widget :slightly_smiling_face: