Flexible Font Settings Needed for Titles and Body Text

It would be very helpful to have separate font settings for titles and body text. Currently, using the same font for both can make the design feel visually heavy and affect readability. Allowing different font styles—such as a serif for headings and a sans-serif for body text—would improve both flexibility and user experience in terms of layout and clarity.

1 Like

Hi @Baris_Guner and welcome to the Community :wave:

Thanks for sharing your idea with us!

Do you mean separate font settings for the location name and the other location details?

Hi Max,

Yes, that’s exactly what I meant. Being able to set different fonts for the location name and the location details would really enhance the design flexibility of the detailed location card. It would allow for better visual hierarchy and improved readability.

1 Like

Hi there, @Baris_Guner :waving_hand:

Apologies for the delayed response!

I completely got your point, and we’ll try to consider it as an option in the settings, especially if more users upvote this idea.

As for now, you can use this code in the Custom CSS field on the Style tab of your widget’s settings to change the font of the location names:

.es-location-preview-title,
[class*="location-card__Container-sc"] 
[class*="multi-column-layout__ContentContainer-sc"] 
[class*="business-info__Block-sc"]:first-child 
[class*="typography__Container-sc"] {
  font-family: Arial, sans-serif;
}

To set the font of the location details, feel free to use the option in the settings :slightly_smiling_face:

Hi Max,

Thank you for the code. It works perfectly well.

Kind regards,
Baris Guner

1 Like

It’s my pleasure :wink: