Event title font changing to global wordpress (divi) fonts when installing widget

  • Issue description:
    Hi, when I install the widget into our wordpress, the global wordpress fonts set in Divi are changing the event titles. I want to use the same font as I set in Elfsight. Thank you!
  • Link to the page with the widget in question: Bumi Cinta Luxury Sustainable Retreat Center, Bali: Retreats
1 Like

Hi there, @user15141 :wave:

If I got you right, you’d like to apply the Questrial font to all widget’s element.

In this case, please try to use this code in the Custom CSS field on the Appearance tab of your widget’s settings:

.eapp-events-calendar-name-component {
font-family: Questrial !important;
}

Check it out and let me know if it helped :wink:

Wonderful that worked, thank you so much!

2 Likes

Awesome! You are very welcome :wink: