Google Review: change font of widget title

Hi,
I want to change the font of the widget title where it says: “what our customers” say.
I need that to be the calibre font (Google font)
Mind you: ALL the other fonts (everything below the title) can remain as it is now. So it’s just the title where i want another font.
Even better: Can i remove the title all together? And just add a title myself with my page builder? Thank you.

1 Like

@Thierry_Dupont Sure thing you can hide the title in the Widget Title section on the Layout tab:

However, if you’d like to keep it and change the font, please add this code to the Custom CSS field on the Appearance tab:

[class^='WidgetTitle'] {
    font-family: Calibri;
  }

Please check it and let me know how it works for you :wink:

Excellent stuff man. Impressed with your widget. Nice!
Thank you.

1 Like

Many thanks for your kind words!

giphy