Set custom font for all elements (Store Locator

Although we do provide a list of fonts for you to choose for your widget, you might happen to need a custom code.

If that is the case, add the code below to the Custom CSS field on the Style tab of your Store Locator widget’s settings:

.global-styles,
.elfsight-app-WIDGET_ID,
.eapps-store-locator-WIDGET_ID-custom-css-root {
font-family: 'CUSTOM NAME';
}

Replace WIDGET_ID with the ID of your widget and CUSTOM NAME with the name of the font you’d like to use.

Note: The font you’r going to use should be uploaded to your website.