Remove or customize 'What our customers say'

Hi everyone,

I’m using the ‘Google Reviews’ widget and it comes with the title ‘What our cusotmers say’. Just wondering if there is a way to customize (to match my website font) or remove it?

Thank you so much for helping out!

1 Like

Hi there @Susan_Su :wave:

Sure! You can remove the title in the Widget Title section on the layout tab:

Also, I see that you have Default font option chosen in the settings:

It means that your website’s font should be automatically applied to your widget. However, if it doesn’t work, please send me a link to the page where your widget is installed. I’ll be happy to look into this for you :slightly_smiling_face:

Thank you so much for helping out.

The website is https://lambsresurfacing.suspire.io/ You’ll see a popup, please click ‘continue to website’ to view the site.

1 Like

Hi @Susan_Su :wave:

We’ve changed the title’s font using this code in the Custom CSS field on the Appearance tab of your widget’s settings:

[class*="WidgetTitle__Header-sc"] {
  font-family: Calistoga, arial;
}

Check your website and let me know if you like the result :slightly_smiling_face:

Wow thanks for working your magic!! Much appreciated.

2 Likes

Great! You are welcome :wink:

By the way, we have a CSS Codes category where you can find the most popular codes for different apps, including Reviews. Feel free to check it out!